This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16219] Exception not caught
- From: "jss at ast dot cam dot ac dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2004 16:21:00 -0000
- Subject: [Bug c++/16219] Exception not caught
- References: <20040626152456.16219.jss@ast.cam.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jss at ast dot cam dot ac dot uk 2004-06-26 16:20 -------
I also tried adding a catch(...) all statement:
catch(...)
{
std::cerr << "Not caught\n";
}
The exception is still not caught by this!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16219