This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (971023) i386-linux-gnulibc1 gcc/g++ test results
- To: khan at xraylith dot wisc dot edu (Mumit Khan)
- Subject: Re: (971023) i386-linux-gnulibc1 gcc/g++ test results
- From: hjl at lucon dot org (H.J. Lu)
- Date: Thu, 23 Oct 1997 22:55:31 -0700 (PDT)
- Cc: egcs at cygnus dot com
>
> Platform: i386-linux-gnulibc1 (libc 5.3.12)
> Configure args: --enable-shared
>
> gcc note:
> 960218-1.c failure is the same old "glob" problem. I assume that
> newer versions of libc will have a work around for it.
>
> g++ note:
> Note the EH failures. The problem that I had reported for 971016
> still exists; basically -fexceptions don't work, but -fsjlj-exceptions
> do work. Interesting that HJ Lu reported that he doesn't see the EH
> failures using 5.4.(something) libc.
>
I got the same EH failures with egcs-971023 and libc 5.4.39.
Something is wrong. I think DWARF EH is broken on x86.
BTW, my pacthed egcs-971016 is fine.
H.J.