From 66327d1cb1b69a76f3b8e066977b136a683f39d6 Mon Sep 17 00:00:00 2001 From: toon Date: Sat, 13 Apr 2002 19:41:29 +0000 Subject: [PATCH] 2002-04-13 Toon Moene * 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 --- gcc/f/ChangeLog | 5 +++++ gcc/f/news.texi | 12 ++++++++++-- 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 + + * news.texi: Deprecate frontend version number; + update list of fixed bugs. + 2002-04-08 Hans-Peter Nilsson * 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 -- 2.11.4.GIT