summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-13 19:41:29 +0000
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-13 19:41:29 +0000
commit66327d1cb1b69a76f3b8e066977b136a683f39d6 (patch)
tree5c683941605bc71ba18d92b7c2c5896225024f3d
parent99e04ac4754d1f87fa4eceed40359b8125d71f0b (diff)
downloadgcc-66327d1cb1b69a76f3b8e066977b136a683f39d6.tar.gz
2002-04-13 Toon Moene <toon@moene.indiv.nluug.nl>
* news.texi: Deprecate frontend version number; update list of fixed bugs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52280 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/f/ChangeLog5
-rw-r--r--gcc/f/news.texi12
2 files changed, 15 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 2e42fa58c7d..24d25c096ac 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-13 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ * news.texi: Deprecate frontend version number;
+ update list of fixed bugs.
+
2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
* Make-lang.in (f/target.o): Depend on diagnostic.h.
diff --git a/gcc/f/news.texi b/gcc/f/news.texi
index a00efe33afc..973f6a7ac96 100644
--- a/gcc/f/news.texi
+++ b/gcc/f/news.texi
@@ -10,7 +10,7 @@
@c in the standalone derivations of this file (e.g. NEWS).
@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002
-@set last-update-news 2002-03-23
+@set last-update-news 2002-04-13
@include root.texi
@@ -153,7 +153,13 @@ is available at
The following information was last updated on @value{last-update-news}:
-@heading In 0.5.27, @code{GCC} 3.1 versus @code{GCC} 3.0:
+@heading In @code{GCC} 3.2 versus @code{GCC} 3.1:
+@itemize @bullet
+@item
+Nothing yet.
+@end itemize
+
+@heading In @code{GCC} 3.1 (formerly known as g77-0.5.27) versus @code{GCC} 3.0:
@itemize @bullet
@item
Problem Reports fixed (in chronological order of submission):
@@ -180,6 +186,8 @@ g77 rejects accepted use of INTEGER*2 as type of DATA statement loop index
ICE on compiling source with 540 000 000 REAL array
@item 5473
ICE on BESJN(integer*8,real)
+@item 5837
+bug in loop unrolling
@end table
@item