This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/5078: ICE in instantiate_virtual_regs_1, at function.c:3873
- From: 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, georg dot wild at gmx dot de, nobody at gcc dot gnu dot org
- Date: Fri, 21 Dec 2001 16:13:55 +0100
- Subject: Re: c/5078: ICE in instantiate_virtual_regs_1, at function.c:3873
Hi,
the problem can be reproduced with the following code snippet:
void f()
{
int i;
i -= 2 * (0x7fffffff + 1);
}
using gcc 3.1 20011219 on i686-pc-linux-gnu.
Greetings,
Volker Reichelt
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5078