OSDN Git Service

Correct PR number in ChangeLogs.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Apr 2006 13:23:35 +0000 (13:23 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Apr 2006 13:23:35 +0000 (13:23 +0000)
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

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 0f09fef..0fbcc75 100644 (file)
@@ -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.
index 8c32d4e..109316c 100644 (file)
@@ -27,7 +27,7 @@
 
 2006-04-03  Paul Thomas  <pault@gcc.gnu.org>
 
-       PR fortran/26981
+       PR fortran/26891
        * gfortran.dg/missing_optional_dummy_1.f90: New test.
 
        PR fortran/26976