Mail Archives: pgcc/1999/09/15/19:50:09
On Wed, Sep 15, 1999 at 04:13:11AM +0200, Marc Lehmann wrote:
> On Wed, Sep 15, 1999 at 12:20:57AM +0200, Ronald de Man <deman AT win DOT tue DOT nl> wrote:
>
> > Would it be helpful if I come up with a, say, 10 line program
> > that exhibits the error? I could probably extract something like
> > that from my source.
>
> That would be great! A small test case is the first step I'd have to do
> anyway.
>
Ok here is bla.c:
----
int x;
int S()
{
while (x)
switch (1);
}
void T()
{
while (1) {
if (f(x)) break;
D();
}
}
----
pgcc-2.95.1 doesn't like it:
$ gcc -O2 -fsoftware-pipe -mpentium -Vpgcc-2.95.1 -c bla.c
gcc: Internal compiler error: program cc1 got fatal signal 11
Ronald
- Raw text -