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

2007-03-04 Thread brooks at gcc dot gnu dot org


-- 

brooks at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |brooks at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED
   Last reconfirmed|2007-01-14 05:49:41 |2007-03-05 07:35:03
   date||
Summary|[4.0/4.1/4.2 Regression] -  |[4.1/4.2 Regression] -Wno-
   |Wno-all is rejected (even   |all is rejected (even when
   |when fortran is not |fortran is not included)
   |included)   |


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



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

2007-03-05 Thread brooks at gcc dot gnu dot org


--- 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  <[EMAIL PROTECTED]>
* 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  <[EMAIL PROTECTED]>
* 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