This is the mail archive of the gcc-cvs@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]

r121186 - in /trunk/gcc: fortran/ChangeLog fort...


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


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