2007-01-25 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
commitb232d73db5544f50492279142790bcf8d8c327da
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 2007 21:15:34 +0000 (25 21:15 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jan 2007 21:15:34 +0000 (25 21:15 +0000)
treeae99d681e8fc21bd381de32f00477b07892126f9
parent409d7eee588adc09d2e8ba1de2597ab598ad52d5
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121186 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/lang.opt
gcc/fortran/options.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/Wall.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/Wno-all.c [new file with mode: 0644]
gcc/testsuite/gfortran.dg/Wall.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/Wno-all.f90 [new file with mode: 0644]