aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2005-12-11 11:42:32 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2005-12-11 11:42:32 +0000
commit1005cc9c0df0458e6dbbe44d6a560effecfb7cc3 (patch)
tree74fdcb9c1f7cdcdffc29f97d3851f9372b7c76d9 /gcc/fortran
parent4540a3ade18d12fa93b67426b6d722d84902d906 (diff)
downloadgcc-1005cc9c0df0458e6dbbe44d6a560effecfb7cc3.zip
gcc-1005cc9c0df0458e6dbbe44d6a560effecfb7cc3.tar.gz
gcc-1005cc9c0df0458e6dbbe44d6a560effecfb7cc3.tar.bz2
* lang.opt: Add RejectNegative to ffixed-form and ffree-form.
From-SVN: r108381
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/lang.opt4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index ac80fd7..fa055ea 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt
index 95388e5..e17bfa5 100644
--- a/gcc/fortran/lang.opt
+++ b/gcc/fortran/lang.opt
@@ -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