https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60751

--- Comment #19 from dominiq at gcc dot gnu.org ---
Author: dominiq
Date: Sat Jun 11 19:19:43 2016
New Revision: 237329

URL: https://gcc.gnu.org/viewcvs?rev=237329&root=gcc&view=rev
Log:
2016-06-11  Dominique d'Humieres  <domi...@lps.ens.fr>

        PR fortran/60751
        * io.c (gfc_resolve_dt): Replace GFC_STD_GNU with GFC_STD_LEGACY.

        * gfortran.dg/comma_IO_extension_1.f90: New test.
        * gfortran.dg/comma_IO_extension_2.f90: Likewise.
        * gfortran.dg/array_constructor_49.f90: Remove extra comma in WRITE
        statement.
        * gfortran.dg/graphite/pr38083.f90: Likewise.
        * gfortran.dg/integer_exponentiation_6.F90: Likewise and add
        missing format.

--This line

M    fortran/ChangeLog
M    fortran/io.c
M    testsuite/ChangeLog
M    testsuite/gfortran.dg/array_constructor_49.f90
M    testsuite/gfortran.dg/graphite/pr38083.f90
M    testsuite/gfortran.dg/integer_exponentiation_6.F90

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/io.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/array_constructor_49.f90
    trunk/gcc/testsuite/gfortran.dg/graphite/pr38083.f90
    trunk/gcc/testsuite/gfortran.dg/integer_exponentiation_6.F90

Reply via email to