This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: EH bug in Makefile.in
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: EH bug in Makefile.in
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 26 Oct 1997 11:24:54 -0700
- cc: jason at cygnus dot com (Jason Merrill), egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <m0xOp8P-0004edC@ocean.lucon.org>you write:
> No. The bug is in gcc/Makefile.in. egcs-971023 turns off exceptions
> in C. But _eh.o in libgcc2.a has to be compiled with exceptions
> on. I added -fexceptions to LIBGCC2_CFLAGS in gcc/Makefile.in.
> EH went back to egcs-971016 for me now.
Yup. This was my goof. I've added -fexceptions to LIBGCC2_CFLAGS
which should fix the problem.
jeff