diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-05 13:23:35 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-05 13:23:35 +0000 |
commit | 2ca2873890c752ca2dcdb99b870f9365632e44c2 (patch) | |
tree | e4d46475fb9b1f9092295a2ac2629f2de85c0f82 /gcc/fortran/ChangeLog | |
parent | a8c839ae0869e217e54e4967b5f248380b710536 (diff) | |
download | gcc-2ca2873890c752ca2dcdb99b870f9365632e44c2.tar.gz |
Correct PR number in ChangeLogs.
gcc/fortran/
2006-04-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/26891
* trans.h : Prototype for gfc_conv_missing_dummy.
* trans-expr (gfc_conv_missing_dummy): New function
(gfc_conv_function_call): Call it and tidy up some of the code.
* trans-intrinsic (gfc_conv_intrinsic_function_args): The same.
gcc/testsuite/
2006-04-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/26891
* gfortran.dg/missing_optional_dummy_1.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112701 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r-- | gcc/fortran/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 0f09fef47aa..0fbcc75be69 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -10,7 +10,7 @@ 2006-04-03 Paul Thomas <pault@gcc.gnu.org> - PR fortran/26981 + PR fortran/26891 * trans.h : Prototype for gfc_conv_missing_dummy. * trans-expr (gfc_conv_missing_dummy): New function (gfc_conv_function_call): Call it and tidy up some of the code. |