This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: Significant recent increase in g++ fails on cygwin
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: "Jason Merrill" <jason at redhat dot com>
- Cc: <gcc-bugs at gcc dot gnu dot org>
- Date: Thu, 21 Mar 2002 09:13:11 +1100
- Subject: RE: Significant recent increase in g++ fails on cygwin
I configure with:
/usr/local/src/gcc/configure \
--enable-threads=posix \
--disable-libgcj \
--enable-sjlj-exceptions \
--with-system-zlib \
--enable-nls \
--without-included-gettext \
--disable-shared
-----Original Message-----
From: Jason Merrill [mailto:jason@redhat.com]
Sent: Wednesday, 20 March 2002 10:20
To: Billinghurst, David (CRTS)
Cc: gcc-bugs@gcc.gnu.org
Subject: Re: Significant recent increase in g++ fails on cygwin
I'm not seeing all these failures; perhaps my varasm.c patch from last
night fixed them?
However, all the EH tests seem to fail for me on a freshly built cygwin
toolchain. There seems to be a problem with registering the dwarf2 unwind
information. Are you configuring with --enable-sjlj-exceptions?
Jason