mirror of git://gcc.gnu.org/git/gcc.git
re PR fortran/7681 (ICE in compensate_edge, at reg-stack.c:2591)
2003-01-31 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: Document fixing PR fortran/7681 and optimization/9258. From-SVN: r62192
This commit is contained in:
parent
08fcde7c43
commit
aba4e92ee1
|
@ -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>
|
2003-01-26 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||||
|
|
||||||
* lang-specs.h: Revoke change to (incorrectly) prohibit
|
* lang-specs.h: Revoke change to (incorrectly) prohibit
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
@c in the standalone derivations of this file (e.g. NEWS).
|
@c in the standalone derivations of this file (e.g. NEWS).
|
||||||
@set copyrights-news 1995,1996,1997,1998,1999,2000,2001,2002,2003
|
@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
|
@ifset DOC-NEWS
|
||||||
@include root.texi
|
@include root.texi
|
||||||
|
@ -201,8 +201,12 @@ of induction variables in unrolled loops.
|
||||||
@item
|
@item
|
||||||
Problem Reports fixed (in chronological order of submission):
|
Problem Reports fixed (in chronological order of submission):
|
||||||
@table @code
|
@table @code
|
||||||
|
@item 7681
|
||||||
|
ICE in compensate_edge, at reg-stack.c:2591
|
||||||
@item 8308
|
@item 8308
|
||||||
gcc-3.x does not compile files with suffix .r (RATFOR) [Fixed in 3.2.1]
|
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 table
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue