From 7c288b7346c58eae27c51621aa63a34354c6c807 Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Sat, 4 Jan 2003 23:13:02 +0100 Subject: [PATCH] re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning: unknown register name line-length-none) 2003-01-04 Toon Moene PR Fortran/9038 * lang-specs.h: Remove -f options before preprocessing. * news.texi: Document fixing of PR Fortran/9038. From-SVN: r60895 --- gcc/f/ChangeLog | 6 ++++++ gcc/f/lang-specs.h | 2 +- gcc/f/news.texi | 14 ++++++++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 2b47b936fab..fd4aef2f729 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,9 @@ +2003-01-04 Toon Moene + + PR Fortran/9038 + * lang-specs.h: Remove -f options before preprocessing. + * news.texi: Document fixing of PR Fortran/9038. + 2003-01-03 Bud Davis * stc.c (ffestc_R810): Allow any kind integer in diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index 4331b743dfe..e784de44060 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -29,7 +29,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {".fpp", "@f77-cpp-input", 0}, {".FPP", "@f77-cpp-input", 0}, {"@f77-cpp-input", - "cc1 -E -traditional-cpp -D_LANGUAGE_FORTRAN %(cpp_options) \ + "cc1 -E -traditional-cpp -D_LANGUAGE_FORTRAN % NaN instead of zero +@item 9038 +-ffixed-line-length-none -x f77-cpp-input gives: Warning: unknown +register name line-length-none @end table @item Richard Henderson (@email{rth@@redhat.com}) analyzed and improved the handling -- 2.30.2