]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.
authorTobias Burnus <burnus@net-b.de>
Fri, 25 Jun 2010 19:17:21 +0000 (21:17 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 25 Jun 2010 19:17:21 +0000 (21:17 +0200)
commit58fc89f6b9dfb78d857c08ecc5135dfcca1c3702
tree8ec22cf4b468f1c2f0e801608786260eb1736fed
parent272001a2444baade28fd272fd88a45dbe8ddeff6
decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.

2010-06-25  Tobias Burnus  <burnus@net-b.de>

        * decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.
        * gfortran.texi (_gfortran_set_options): Update for
        GFC_STD_F2008_OBS addition.
        * libgfortran.h: Add GFC_STD_F2008_OBS.
        * options.c (set_default_std_flags, gfc_handle_option): Handle
        GFC_STD_F2008_OBS.
        io.c (check_format): Fix allow_std check.

2010-06-25  Tobias Burnus  <burnus@net-b.de>

        * runtime/compile_options.c (init_compile_options): Update
        compile_options.allow_std for GFC_STD_F2008_OBS.
        * io/transfer.c (formatted_transfer_scalar_read,
        formatted_transfer_scalar_write): Fix allow_std check.
        * io/list_read.c (nml_parse_qualifier): Ditto.

2010-06-25  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/entry_19.f90: New.

From-SVN: r161409
12 files changed:
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/gfortran.texi
gcc/fortran/io.c
gcc/fortran/libgfortran.h
gcc/fortran/options.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/entry_19.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c
libgfortran/io/transfer.c
libgfortran/runtime/compile_options.c