From: Aldy Hernandez Date: Sun, 11 Dec 2005 11:42:32 +0000 (+0000) Subject: * lang.opt: Add RejectNegative to ffixed-form and ffree-form. X-Git-Tag: releases/gcc-4.2.0~5422 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1005cc9c0df0458e6dbbe44d6a560effecfb7cc3;p=thirdparty%2Fgcc.git * lang.opt: Add RejectNegative to ffixed-form and ffree-form. From-SVN: r108381 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ac80fd7392b6..fa055ea0ae85 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-12-11 Aldy Hernandez + + * lang.opt: Add RejectNegative to ffixed-form and ffree-form. + 2005-12-10 Francois-Xavier Coudert PR fortran/25068 diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 95388e5afe1b..e17bfa54e010 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