public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/5363: register keyword causes ICE in change_address_1, at emit-rtl.c:1903
@ 2003-05-10 3:16 Dara Hazeghi
0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-10 3:16 UTC (permalink / raw)
To: nobody; +Cc: gcc-prs
The following reply was made to PR optimization/5363; it has been noted by GNATS.
From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, maltieri@nergal.it
Cc:
Subject: Re: optimization/5363: register keyword causes ICE in change_address_1, at emit-rtl.c:1903
Date: Fri, 9 May 2003 20:08:43 -0700
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-
trail&database=gcc&pr=5363
Hello,
using gcc 2.96 I get the error mentioned in this PR, but using 3.2.3,
3.3 branch or mainline (20030509), I cannot. Looks to me as if this bug
has been fixed, and the report can be closed.
Dara
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: optimization/5363: register keyword causes ICE in change_address_1, at emit-rtl.c:1903
@ 2003-05-10 7:37 giovannibajo
0 siblings, 0 replies; 3+ messages in thread
From: giovannibajo @ 2003-05-10 7:37 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, maltieri, nobody
Synopsis: register keyword causes ICE in change_address_1, at emit-rtl.c:1903
State-Changed-From-To: analyzed->closed
State-Changed-By: bajo
State-Changed-When: Sat May 10 07:37:39 2003
State-Changed-Why:
Fixed in 3.2.3, 3.3 and mainline (3.4)
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5363
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: optimization/5363: register keyword causes ICE in change_address_1, at emit-rtl.c:1903
@ 2002-01-12 11:07 rodrigc
0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-01-12 11:07 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, maltieri, nobody
Old Synopsis: ice in change_address
New Synopsis: register keyword causes ICE in change_address_1, at emit-rtl.c:1903
State-Changed-From-To: open->analyzed
State-Changed-By: rodrigc
State-Changed-When: Sat Jan 12 11:07:16 2002
State-Changed-Why:
Problem reproduced in latest gcc CVS version.
The workaround is to change the line:
register struct complexvalori ritorno_equazione_complex;
to:
struct complexvalori ritorno_equazione_complex;
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5363
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-05-10 7:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-10 3:16 optimization/5363: register keyword causes ICE in change_address_1, at emit-rtl.c:1903 Dara Hazeghi
-- strict thread matches above, loose matches on Subject: below --
2003-05-10 7:37 giovannibajo
2002-01-12 11:07 rodrigc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).