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]

GCC 2.95 - Exceptions on NeXT


On a NeXT Cube running 3.3:

Throwing an exception results in an IOT signal. To make exceptions work, I must 
compile with -fsjlj-exceptions.

Compiling with -fvtable-thunks causes the link to fail. Collect2 can't find a 
vtable for "exceptions".

Oddly, running nm on the resulting executable shows entries for both ___throw 
and ___sjthrow.



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