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 <toon@moene.indiv.nluug.nl> PR Fortran/9038 * lang-specs.h: Remove -f options before preprocessing. * news.texi: Document fixing of PR Fortran/9038. From-SVN: r60895
This commit is contained in:
parent
871dab3eb6
commit
7c288b7346
3 changed files with 19 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
@ -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 %<f* %(cpp_options) \
|
||||
%{E|M|MM:%(cpp_debug_options)}\
|
||||
%{!M:%{!MM:%{!E: %|.f |\n\
|
||||
f771 %|.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0},
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@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.
|
||||
|
@ -8,9 +9,9 @@
|
|||
|
||||
@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
|
||||
|
@ -152,6 +153,12 @@ is available at
|
|||
|
||||
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
|
||||
|
@ -182,6 +189,9 @@ gave wrong results)
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue