------- Comment #5 from kargl at gcc dot gnu dot org 2006-08-06 02:29 ------- Subject: Bug 27981
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 <[EMAIL PROTECTED]> 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 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27981