This is the mail archive of the gcc-bugs@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: 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


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