This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]