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]
Other format: [Raw text]

[Bug c++/33900] (exception handling) bad/inconsistent code generation



------- 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


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