aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2003-01-26 20:26:35 +0100
committerToon Moene <toon@gcc.gnu.org>2003-01-26 19:26:35 +0000
commit7aa6688e8e3fec6ae3b5308f04bf3e5c7db462db (patch)
treee8583d20c3c9134f6b4a202ddadce7545d239569 /gcc
parent35d8c8e21f5752ba6e9836ecaa4d173ef7f3a57e (diff)
downloadgcc-7aa6688e8e3fec6ae3b5308f04bf3e5c7db462db.zip
gcc-7aa6688e8e3fec6ae3b5308f04bf3e5c7db462db.tar.gz
gcc-7aa6688e8e3fec6ae3b5308f04bf3e5c7db462db.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/ChangeLog6
-rw-r--r--gcc/f/lang-specs.h4
-rw-r--r--gcc/f/news.texi5
3 files changed, 9 insertions, 6 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index a66d143..8b4178d 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,9 @@
+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>
Make-lang.in (f/sta.o-warn): Add -Wno-error.
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h
index e784de4..46a4528 100644
--- a/gcc/f/lang-specs.h
+++ b/gcc/f/lang-specs.h
@@ -1,5 +1,5 @@
/* 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.
Contributed by James Craig Burley.
@@ -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 %<f* %(cpp_options) \
+ "cc1 -E -traditional-cpp -D_LANGUAGE_FORTRAN %(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 fc259d3..60c1b32 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -11,7 +11,7 @@
@c in the standalone derivations of this file (e.g. NEWS).
@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
@include root.texi
@@ -189,9 +189,6 @@ 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