OSDN Git Service

2003-01-31 Toon Moene <toon@moene.indiv.nluug.nl>
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jan 2003 18:43:08 +0000 (18:43 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jan 2003 18:43:08 +0000 (18:43 +0000)
* news.texi: Document fixing PR fortran/7681
and optimization/9258.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62192 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/news.texi

index 8b4178d..9241290 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-31  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * news.texi: Document fixing PR fortran/7681
+       and optimization/9258.
+
 2003-01-26  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * lang-specs.h: Revoke change to (incorrectly) prohibit
index 60c1b32..d12d0bd 100644 (file)
@@ -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-26
+@set last-update-news 2003-01-31
 
 @ifset DOC-NEWS
 @include root.texi
@@ -201,8 +201,12 @@ of induction variables in unrolled loops.
 @item
 Problem Reports fixed (in chronological order of submission):
 @table @code
+@item 7681
+ICE in compensate_edge, at reg-stack.c:2591
 @item 8308
 gcc-3.x does not compile files with suffix .r (RATFOR) [Fixed in 3.2.1]
+@item 9258
+[3.2/3.3/3.4 regression] ICE in compensate_edge, at reg-stack.c:2589
 @end table
 @end itemize