Commit 7aa6688e by Toon Moene Committed by Toon Moene

lang-specs.h: Revoke change to (incorrectly) prohibit passing -f options to cc1 when...

2003-01-26  Toon Moene  <toon@moene.indiv.nluug.nl>

	* lang-specs.h: Revoke change to (incorrectly) prohibit
	passing -f options to cc1 when preprocessing.
	* news.texi: Document this.

From-SVN: r61854
parent 35d8c8e2
2003-01-26 Toon Moene <toon@moene.indiv.nluug.nl>
* lang-specs.h: Revoke change to (incorrectly) prohibit
passing -f options to cc1 when preprocessing.
* news.texi: Document this.
Tue Jan 21 08:42:12 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Tue Jan 21 08:42:12 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Make-lang.in (f/sta.o-warn): Add -Wno-error. Make-lang.in (f/sta.o-warn): Add -Wno-error.
......
/* lang-specs.h file for Fortran /* lang-specs.h file for Fortran
Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002 Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2003
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by James Craig Burley. Contributed by James Craig Burley.
...@@ -29,7 +29,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -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},
{".FPP", "@f77-cpp-input", 0}, {".FPP", "@f77-cpp-input", 0},
{"@f77-cpp-input", {"@f77-cpp-input",
"cc1 -E -traditional-cpp -D_LANGUAGE_FORTRAN %<f* %(cpp_options) \ "cc1 -E -traditional-cpp -D_LANGUAGE_FORTRAN %(cpp_options) \
%{E|M|MM:%(cpp_debug_options)}\ %{E|M|MM:%(cpp_debug_options)}\
%{!M:%{!MM:%{!E: %|.f |\n\ %{!M:%{!MM:%{!E: %|.f |\n\
f771 %|.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0}, f771 %|.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0},
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@c in the standalone derivations of this file (e.g. NEWS). @c in the standalone derivations of this file (e.g. NEWS).
@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003 @set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003
@set last-update-news 2003-01-05 @set last-update-news 2003-01-26
@ifset DOC-NEWS @ifset DOC-NEWS
@include root.texi @include root.texi
...@@ -189,9 +189,6 @@ gave wrong results) ...@@ -189,9 +189,6 @@ gave wrong results)
Incorrect output with 0-based array of characters Incorrect output with 0-based array of characters
@item 8587 @item 8587
Double complex zero ** double precision number -> NaN instead of zero Double complex zero ** double precision number -> NaN instead of zero
@item 9038
-ffixed-line-length-none -x f77-cpp-input gives: Warning: unknown
register name line-length-none
@end table @end table
@item @item
Richard Henderson (@email{rth@@redhat.com}) analyzed and improved the handling Richard Henderson (@email{rth@@redhat.com}) analyzed and improved the handling
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment