* lang.opt: Add RejectNegative to ffixed-form and ffree-form.
authorAldy Hernandez <aldyh@redhat.com>
Sun, 11 Dec 2005 11:42:32 +0000 (11:42 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Sun, 11 Dec 2005 11:42:32 +0000 (11:42 +0000)
From-SVN: r108381

gcc/fortran/ChangeLog
gcc/fortran/lang.opt

index ac80fd7..fa055ea 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-11  Aldy Hernandez  <aldyh@redhat.com>
+
+        * lang.opt: Add RejectNegative to ffixed-form and ffree-form.
+
 2005-12-10  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        PR fortran/25068
index 95388e5..e17bfa5 100644 (file)
@@ -110,11 +110,11 @@ Fortran
 Use f2c calling convention
 
 ffixed-form
-Fortran
+Fortran RejectNegative
 Assume that the source file is fixed form
 
 ffree-form
-Fortran
+Fortran RejectNegative
 Assume that the source file is free form
 
 funderscoring