This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: How GCC handle exceptions under Linux?


Jonathan Wakely-4 wrote
> No, it's an ABI standard used by several compiler vendors, see
> http://mentorembedded.github.com/cxx-abi/abi-eh.html

Thanks, it is exhaustive

<quote&quot;>
No. Hardware exceptions and signals are not mapped to C++ exceptions.
C++ exceptions are designed for error handling, not for handling
asynchronous events like signals.

Is impossible to write safe code handling hardware exceptions by try..catch?



--
View this message in context: http://gcc.1065356.n5.nabble.com/How-GCC-handle-exceptions-under-Linux-tp896615p896675.html
Sent from the gcc - libstdc++ mailing list archive at Nabble.com.


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