]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
authorTobias Burnus <burnus@net-b.de>
Tue, 6 Apr 2010 17:58:50 +0000 (19:58 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 6 Apr 2010 17:58:50 +0000 (19:58 +0200)
commit385e8144121c9dfc0f8eb1a096db3e68183246bb
tree97587fcc9510fd4259031a04b6099613e4e70766
parentd0a4a61c3de7ac131afc0014c6a8970ca6dcdeca
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])

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

        PR fortran/18918
        * iso-fortran-env.def: Add the integer parameters
        * atomic_int_kind,
        atomic_logical_kind, iostat_inquire_internal_unit, stat_locked,
        stat_locked_other_image, stat_stopped_image and stat_unlocked of
        Fortran 2008.
        * intrinsic.texi (iso_fortran_env): Ditto.
        * libgfortran.h (libgfortran_stat_codes): New enum.
        * module.c (use_iso_fortran_env_module): Honour -std= when
        * loading
        constants from the intrinsic module.

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

        PR fortran/18918
        * gfortran.dg/iso_fortran_env_5.f90: New test.
        * gfortran.dg/iso_fortran_env_6.f90: New test.

From-SVN: r158011
gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi
gcc/fortran/iso-fortran-env.def
gcc/fortran/libgfortran.h
gcc/fortran/module.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/iso_fortran_env_5.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/iso_fortran_env_6.f90 [new file with mode: 0644]
This page took 0.057458 seconds and 5 git commands to generate.