This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13396] exceptions disrupted by C in the call stack
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Dec 2003 16:30:27 -0000
- Subject: [Bug c++/13396] exceptions disrupted by C in the call stack
- References: <20031213232012.13396.bim2003@basistech.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-17 16:30 -------
Still invalid, the code contains: extern void do_something() throw(); which tells gcc that it cannot
throw anything usefull and if it does throw, then gcc has to abort.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13396