r115964 - in /branches/gcc-4_1-branch/gcc: fort...

kargl@gcc.gnu.org kargl@gcc.gnu.org
Sun Aug 6 02:29:00 GMT 2006


Author: kargl
Date: Sun Aug  6 02:29:24 2006
New Revision: 115964

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115964
Log:
2006-08-05  Steven G. Kargl <kargls@comcast.nt>

	PR fortran/28548
	* gfortran.dg/elemental_optional_args_1.f90: dg-error becomes
	dg-warning.  Add -pedantic option.

	* resolve.c(resolve_elemental_actual): Add flags.h to use -pedantic
	and exclude conversion functions in conditional.  Change gfc_error
	to gfc_warning.
	(warn_unused_label) Rename to ...
	(warn_unused_fortran_label) avoid warn_unused_label in flags.h.
     
	PR fortran/27981
	* match.c (gfc_match_if):  Handle errors in assignment in simple if.

	* gfortran.dg/simpleif_2.f90: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/simpleif_2.f90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/match.c
    branches/gcc-4_1-branch/gcc/fortran/resolve.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/elemental_optional_args_1.f90



More information about the Gcc-cvs mailing list