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 libitm/55693] [4.8 Regression] libitm.c++/eh-1.C execution test fails on darwin from r193271


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55693

Eric Christopher <echristo at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |echristo at gmail dot com

--- Comment #13 from Eric Christopher <echristo at gmail dot com> 2013-01-17 22:17:16 UTC ---
You can use DYLD_PRINT_BINDINGS to find out which __cxa_allocate_exception call
is being used, it'll also give you the addresses so you can make sure that the
right one is being called as you step through.


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