diff options
| author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-11 11:42:32 +0000 |
|---|---|---|
| committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-11 11:42:32 +0000 |
| commit | 008be65d054eea403379028dc07d82aae0185bd9 (patch) | |
| tree | 74fdcb9c1f7cdcdffc29f97d3851f9372b7c76d9 | |
| parent | 39be2506a02b1b4af479d8cc961077eb623d3497 (diff) | |
| download | ppe42-gcc-008be65d054eea403379028dc07d82aae0185bd9.tar.gz ppe42-gcc-008be65d054eea403379028dc07d82aae0185bd9.zip | |
* lang.opt: Add RejectNegative to ffixed-form and ffree-form.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108381 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fortran/lang.opt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ac80fd7392b..fa055ea0ae8 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 95388e5afe1..e17bfa54e01 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 |

