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.0/4.1/4.2/4.3 Regression] -Wno-all is rejected (even when fortran is not included)



------- Comment #8 from manu at gcc dot gnu dot org  2007-01-25 21:15 -------
Subject: Bug 30437

Author: manu
Date: Thu Jan 25 21:15:34 2007
New Revision: 121186

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121186
Log:
2007-01-25  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

        PR fortran/30437
fortran/
        * lang.opt (Wall): Remove RejectNegative.
        * options.c (gfc_handle_option): Wall can be disabled.
        (set_Wall): Add a parameter for disabling Wall.
testsuite/      
        * gcc.dg/Wall.c: New.
        * gcc.dg/Wno-all.c: New.
        * gfortran.dg/Wall.f90: New.
        * gfortran.dg/Wno-all.f90: New.

Added:
    trunk/gcc/testsuite/gcc.dg/Wall.c
    trunk/gcc/testsuite/gcc.dg/Wno-all.c
    trunk/gcc/testsuite/gfortran.dg/Wall.f90
    trunk/gcc/testsuite/gfortran.dg/Wno-all.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/lang.opt
    trunk/gcc/fortran/options.c
    trunk/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]