This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.1 hangs forever on Red Hat 7.2 system
- From: Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc at gcc dot gnu dot org, lichengtai at yahoo dot com
- Date: Wed, 5 Jun 2002 15:00:42 +0200
- Subject: Re: gcc 3.1 hangs forever on Red Hat 7.2 system
Hi,
the bug also appears on mips-sgi-irix6.5.
It's a regression from gcc 3.0.x.
Bye the way, one can reduce the example a little more:
void f(void)
{
int c;
if (c)
return;
if (c)
while (1)
f();
}
Greetings,
Volker Reichelt