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.

From-SVN: r112701
This commit is contained in:
H.J. Lu 2006-04-05 06:23:35 -07:00
parent 42d375edf1
commit 5de09539d3
2 changed files with 2 additions and 2 deletions

View 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.

View 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