Re: optimization/8479: [new-ra] ICE in select_spill, at ra-colorize.c:1001
Volker Reichelt <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR optimization/8479; it has been noted by GNATS. From: Volker Reichelt <[email protected]> To: [email protected], [email protected], [email protected], [email protected] Cc: Subject: Re: optimization/8479: [new-ra] ICE in select_spill, at ra-colorize.c:1001 Date: Tue, 20 May 2003 23:12:34 +0200 (CEST) The bug is still present in 3.3 branch and mainline. A shorter testcase is the following: ----------------------------------------------------------------------- int bar(); int foo() { long double x=0, y=0; x += bar(); return x+y; } ----------------------------------------------------------------------- Just compile with "gcc -fnew-ra -O -fPIC". Regards, Volker http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8479