OSDN Git Service

2003-01-04 Toon Moene <toon@moene.indiv.nluug.nl>
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Jan 2003 22:13:02 +0000 (22:13 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Jan 2003 22:13:02 +0000 (22:13 +0000)
PR Fortran/9038
* lang-specs.h: Remove -f options before preprocessing.
* news.texi: Document fixing of PR Fortran/9038.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60895 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/lang-specs.h
gcc/f/news.texi

index 2b47b93..fd4aef2 100644 (file)
@@ -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
index 4331b74..e784de4 100644 (file)
@@ -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},
index e3e6fcb..faee29f 100644 (file)
@@ -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