]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/26054 (Gratuitous warning about Fortran 2003 features w/o -std=...)
authorToon Moene <toon@moene.indiv.nluug.nl>
Wed, 15 Feb 2006 21:06:58 +0000 (22:06 +0100)
committerToon Moene <toon@gcc.gnu.org>
Wed, 15 Feb 2006 21:06:58 +0000 (21:06 +0000)
commitcce283c7fed0191170b94eedffe1c95472ca5c9e
tree67fa65ef38317cfebaf3751035971e43f3d5f10d
parent01ea23f3d250c13a0097cd22e6d36390941c4c97
re PR fortran/26054 (Gratuitous warning about Fortran 2003 features w/o -std=...)

2006-02-15  Toon Moene  <toon@moene.indiv.nluug.nl>

PR fortran/26054
* fortran/options.c: Do not warn for Fortran 2003 features
by default.
* testsuite/gfortran.dg/enum_8.f90: Remove check for warning.
* testsuite/gfortran.dg/iomsg_1.f90: Ditto.
* testsuite/gfortran.dg/enum_1.f90: Ditto.
* testsuite/gfortran.dg/enum_9.f90: Ditto.
* testsuite/gfortran.dg/enum_2.f90: Ditto.
* testsuite/gfortran.dg/enum_10.f90: Ditto.
* testsuite/gfortran.dg/enum_3.f90: Ditto.
* testsuite/gfortran.dg/flush_1.f90: Ditto.
* testsuite/gfortran.dg/enum_4.f90: Ditto.
* testsuite/gfortran.dg/array_constructor_1.f90: Ditto.
* testsuite/gfortran.dg/enum_5.f90: Ditto.
* testsuite/gfortran.dg/enum_6.f90: Ditto.
* testsuite/gfortran.dg/enum_7.f90: Ditto.

From-SVN: r111117
16 files changed:
gcc/fortran/ChangeLog
gcc/fortran/options.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/array_constructor_1.f90
gcc/testsuite/gfortran.dg/enum_1.f90
gcc/testsuite/gfortran.dg/enum_10.f90
gcc/testsuite/gfortran.dg/enum_2.f90
gcc/testsuite/gfortran.dg/enum_3.f90
gcc/testsuite/gfortran.dg/enum_4.f90
gcc/testsuite/gfortran.dg/enum_5.f90
gcc/testsuite/gfortran.dg/enum_6.f90
gcc/testsuite/gfortran.dg/enum_7.f90
gcc/testsuite/gfortran.dg/enum_8.f90
gcc/testsuite/gfortran.dg/enum_9.f90
gcc/testsuite/gfortran.dg/flush_1.f90
gcc/testsuite/gfortran.dg/iomsg_1.f90