diff options
| author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-04 22:13:02 +0000 |
|---|---|---|
| committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-04 22:13:02 +0000 |
| commit | 06565e638695a49ea91fdecfe659f7ac835e2881 (patch) | |
| tree | 0c81f71f42b3cc5779ef305f4cd4d9ac457acb91 | |
| parent | f407d613ab75534e4f1af3e04604a44a0236e76f (diff) | |
| download | ppe42-gcc-06565e638695a49ea91fdecfe659f7ac835e2881.tar.gz ppe42-gcc-06565e638695a49ea91fdecfe659f7ac835e2881.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60895 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/f/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/f/lang-specs.h | 2 | ||||
| -rw-r--r-- | 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 <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 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 %<f* %(cpp_options) \ %{E|M|MM:%(cpp_debug_options)}\ %{!M:%{!MM:%{!E: %|.f |\n\ f771 %|.f %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}}}", 0}, diff --git a/gcc/f/news.texi b/gcc/f/news.texi index e3e6fcb7614..faee29fb6cd 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -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 |

