[Bug c++/61637] C++ program does not catch exceptions on AIX 7.1
chandrakm at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Jun 28 15:24:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637
--- Comment #4 from Krishnamoorthy C <chandrakm at hotmail dot com> ---
The symptoms are as follows:
1. Any exception thrown ( whether a empty throw or a number or a class object )
never reaches the catch
this is happening across the code base, always, i.e. none of the catch
statements are catching anything thrown.
- Krishna
More information about the Gcc-bugs
mailing list