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++/61637] C++ program does not catch exceptions on AIX 7.1


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


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