[RFC] C++ vs forced unwinding

Richard Henderson rth@redhat.com
Fri Apr 4 19:15:00 GMT 2003


On Wed, Apr 02, 2003 at 06:46:05PM +0100, Jan Vroonhof wrote:
> e.g., I presume C app, C library and no threads works always (apart
> from debugging stripped binaries with -fomit-frame-pointer).  At which
> point do things start going wrong?

C++ app linked to C library not using -fexceptions, results in 

  5. Runs but pthread_cancel silently does not execute C++ destructors


r~



More information about the Gcc mailing list