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

[gfortran] Remove RejectNegative from options


It's been pointed out that RejectNegative only makes sense for -f and -W 
commandline options.

Applied to tree-ssa branch.

Paul

2004-01-04  Paul Brook  <paul@codesourcery.com>

	* lang.opt (i8, std=*): Remove RejectNegative.

Index: fortran/lang.opt
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/Attic/lang.opt,v
retrieving revision 1.1.2.5
diff -u -p -r1.1.2.5 lang.opt
--- fortran/lang.opt	4 Jan 2004 12:59:48 -0000	1.1.2.5
+++ fortran/lang.opt	4 Jan 2004 13:46:11 -0000
@@ -126,7 +126,7 @@ F95
 Copy array sections into a contiguous block on procedure entry
 
 i8
-F95 RejectNegative
+F95
 Set the default integer kind to double precision
 
 qkind=
@@ -134,19 +134,19 @@ F95 RejectNegative Joined UInteger
 -qkind=<n>	Set the kind for a real with the 'q' exponent to 'n'
 
 r8
-F95 RejectNegative
+F95
 Set the default real kind to double precision
 
 std=f95
-F95 RejectNegative
+F95
 Conform to the ISO Fortran 95 standard.
 
 std=f2003
-F95 RejectNegative
+F95
 Conform to the ISO Fortran 2003 standard.
 
 std=gnu
-F95 RejectNegative
+F95
 Conform nothing in particular.
 
 ; This comment is to ensure we retain the blank line above.


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