]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct PR number in ChangeLogs.
authorH.J. Lu <hjl@gcc.gnu.org>
Wed, 5 Apr 2006 13:23:35 +0000 (06:23 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 5 Apr 2006 13:23:35 +0000 (06:23 -0700)
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.

From-SVN: r112701

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 0f09fef47aaa6ba5ad9ba886fc7f64bf3b00104a..0fbcc75be690f9b992f5e1b3254de82dd9f56728 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 8c32d4ee2c87cd9e8133402ac30835c8266d058f..109316ca668f9075361a18075417b75ad4c874b6 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