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


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61637

--- Comment #18 from Krishnamoorthy C <chandrakm at hotmail dot com> ---
Not just linking a file with __attribute__, but throwing exceptions inside the
constructor ( shared lib constructor ) is causing a core dump. This same code
had been run successfully on Red Hat Linux, HP UX and SUSE and Oracle Linux,
but on AIX this does not run.

Are you saying this is a known problem specific to AIX or all platforms ?

Thanks for all the help,
Krishnamoorthy


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