aboutsummaryrefslogtreecommitdiff
path: root/gcc/f
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2002-04-13 21:41:29 +0200
committerToon Moene <toon@gcc.gnu.org>2002-04-13 19:41:29 +0000
commit1dbdda4e57259a48cc347cca0ca0954e2bff3a2d (patch)
tree5c683941605bc71ba18d92b7c2c5896225024f3d /gcc/f
parentd29350c02f67827c3357b0da5ca62d4ca8733be1 (diff)
downloadgcc-1dbdda4e57259a48cc347cca0ca0954e2bff3a2d.zip
gcc-1dbdda4e57259a48cc347cca0ca0954e2bff3a2d.tar.gz
gcc-1dbdda4e57259a48cc347cca0ca0954e2bff3a2d.tar.bz2
news.texi: Deprecate frontend version number; update list of fixed bugs.
2002-04-13 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: Deprecate frontend version number; update list of fixed bugs. From-SVN: r52280
Diffstat (limited to 'gcc/f')
-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 2e42fa5..24d25c0 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 a00efe3..973f6a7 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