This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33900] (exception handling) bad/inconsistent code generation
- From: "dannysmith at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Oct 2007 20:41:53 -0000
- Subject: [Bug c++/33900] (exception handling) bad/inconsistent code generation
- References: <bug-33900-14050@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dannysmith at users dot sourceforge dot net 2007-10-25 20:41 -------
My reading of 18.7.5 of C++98 standard says that throwing an exeception from
a signal handler is implementation-defined, since such a signal handler is not
a POF.
Danny
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33900