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++/16219] Exception not caught


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


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