This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/30437] [4.1/4.2 Regression] -Wno-all is rejected (even when fortran is not included)



------- Comment #11 from brooks at gcc dot gnu dot org  2007-03-05 20:17 -------
Subject: Bug 30437

Author: brooks
Date: Mon Mar  5 20:17:23 2007
New Revision: 122572

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122572
Log:
fortran/
PR fortran/30437
Backport from trunk:
2007-01-25  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
* lang.opt (Wall): Remove RejectNegative.
* options.c (gfc_handle_option): Wall can be disabled.
(set_Wall): Add a parameter for disabling Wall.

testsuite/
PR fortran/30437
Backport from trunk:
2007-01-25  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
* gcc.dg/Wall.c: New.
* gcc.dg/Wno-all.c: New.
* gfortran.dg/Wall.f90: New.
* gfortran.dg/Wno-all.f90: New.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/Wall.c
    branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/Wno-all.c
    branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/Wall.f90
    branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/Wno-all.f90
Modified:
    branches/gcc-4_2-branch/gcc/fortran/ChangeLog
    branches/gcc-4_2-branch/gcc/fortran/lang.opt
    branches/gcc-4_2-branch/gcc/fortran/options.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30437


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]