This is the mail archive of the gcc@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: [RFC] C++ vs forced unwinding


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~


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