This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/4757
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, Matt dot Rhodes at synergex dot com, nobody at gcc dot gnu dot org
- Subject: Re: c/4757
- From: Reichelt <reichelt at igpm dot rwth-aachen dot de>
- Date: Mon, 5 Nov 2001 18:30:26 +0100
Hi,
the bug is still present in gcc 3.0.2 and can be triggered with the
following lines of code:
int i, j, k;
int f()
{
i = -j/k;
return 0;
}
Just compile them with "gcc -O -fschedule-insns" to get the error
message.
Greetings,
Volker Reichelt
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4757&database=gcc