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


On Wed, Jun 12, 2002 at 06:47:02PM -0400, Mark Butcher wrote:
> 2. Could this error be avoided by configuring with
> "--disable-sjlj-exceptions"

No.  The problem is 

mcore-pe.h:#define CC1_SPEC "-funsigned-bitfields %{!DIN_GCC:-fno-rtti} %{!DIN_GCC:-fno-exceptions}"

Exceptions have been disabled for this target entirely.
I have no idea why this was done.


r~


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