This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization/7675: [3.2/3.3 regression] ICE in fixup_var_refs_1
- From: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, sowhat at amnis dot co dot jp
- Date: Sat, 30 Nov 2002 01:00:32 +0100
- Subject: Re: optimization/7675: [3.2/3.3 regression] ICE in fixup_var_refs_1
Here's a reduced testcase (crashes on i686-pc-linux-gnu and
mips-sgi-irix6.5 since gcc 3.0). Just compile with "gcc -O -c".
---------------------snip here---------------------
void foo(int i, int j)
{
int k=j;
void bar() { int x=k, y=i, z=j; }
dummy(&j);
}
---------------------snip here---------------------
BTW, the bug is unrelated to PR 7370 and PR 7324 - those are already
fixed.
Regards,
Volker
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7675