This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30605] [4.2 only] -Wno-tabs should be active for -std=f2003 and -pedantic
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Feb 2007 00:28:26 -0000
- Subject: [Bug fortran/30605] [4.2 only] -Wno-tabs should be active for -std=f2003 and -pedantic
- References: <bug-30605-11659@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from kargl at gcc dot gnu dot org 2007-02-06 00:28 -------
Subject: Bug 30605
Author: kargl
Date: Tue Feb 6 00:28:14 2007
New Revision: 121631
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121631
Log:
2007-02-05 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/30605
* fortran/invoke.texi: Update documentation.
* fortran/options.c (gfc_post_options): Deal with tabs with -std=f2003
and -pedantic.
2007-02-04 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/30605
* gfortran.dg/spread_shape_1.f90: Remove tabs.
* gfortran.dg/derived_init_2.f90: Ditto.
* gfortran.dg/elemental_subroutine_3.f90: Ditto.
* gfortran.dg/array_initializer_1.f90: Ditto.
* gfortran.dg/do_2.f90: Ditto.
* gfortran.dg/proc_assign_1.f90: Ditto.
Modified:
branches/gcc-4_2-branch/gcc/fortran/ChangeLog
branches/gcc-4_2-branch/gcc/fortran/options.c
branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/array_initializer_1.f90
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/derived_init_2.f90
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/do_2.f90
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/elemental_subroutine_3.f90
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/proc_assign_1.f90
branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/spread_shape_1.f90
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30605