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/28586] thowing exception before main() leads to crash on AIX


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

Zoltan Hidvegi <zoltan at hidvegi dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zoltan at hidvegi dot com

--- Comment #4 from Zoltan Hidvegi <zoltan at hidvegi dot com> ---
This testcase fails with gcc-4.8, but works with g++-4.9 and later on AIX both
for 32-bit and 64-bit, even though MD_FALLBACK_FRAME_STATE_FOR is not
implemented for 64-bit AIX. Is there still a bug here? Maybe this works but
there are still issues when using dlopen or shared libaries? I've tried to
create a failing testcase using dlopen etc. for gcc-4.9 or later, but
everything I've tried works the same on AIX and Linux.


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