This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/11923] [tree-ssa] g77 dies with ICE on legal code.
- From: "kargl at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Aug 2003 17:33:18 -0000
- Subject: [Bug fortran/11923] [tree-ssa] g77 dies with ICE on legal code.
- References: <20030814191909.11923.kargl@troutmask.apl.washington.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11923
------- Additional Comments From kargl at troutmask dot apl dot washington dot edu 2003-08-15 17:33 -------
Subject: Re: [tree-ssa] g77 dies with ICE on legal code.
pinskia at gcc dot gnu dot org wrote:
> I think this was caused by:
> 2003-08-13 Jeff Law
>
> * fold-const.c (fold, case INDIRECT_REF): Optimize reads from
> constant strings.
> Which was reverted:
> 2003-08-14 Jeff Law
>
> * fold-const.c (fold, case INDIRECT_REF): Revert last change.
>
> Can you try again?
>
Yes, this fixes the ICE.