+2003-01-04 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ PR Fortran/9038
+ * lang-specs.h: Remove -f options before preprocessing.
+ * news.texi: Document fixing of PR Fortran/9038.
+
2003-01-03 Bud Davis <bdavis11@directvinternet.com>
* stc.c (ffestc_R810): Allow any kind integer in
{".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 %<f* %(cpp_options) \
%{E|M|MM:%(cpp_debug_options)}\
%{!M:%{!MM:%{!E: %|.f |\n\
f771 %|.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0},
@c Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+@c 2003
@c Free Software Foundation, Inc.
@c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi.
@c Keep this the same as the dates above, since it's used
@c in the standalone derivations of this file (e.g. NEWS).
-@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
+@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003
-@set last-update-news 2002-11-19
+@set last-update-news 2003-01-04
@ifset DOC-NEWS
@include root.texi
The following information was last updated on @value{last-update-news}:
+@heading In @code{GCC} 3.4 versus @code{GCC} 3.3:
+@itemize @bullet
+@item
+Nothing yet.
+@end itemize
+
@heading In @code{GCC} 3.3 versus @code{GCC} 3.2:
@itemize @bullet
@item
Incorrect output with 0-based array of characters
@item 8587
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
@item
Richard Henderson (@email{rth@@redhat.com}) analyzed and improved the handling