http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55909
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot | |gnu.org --- Comment #8 from Paolo Carlini <paolo.carlini at oracle dot com> 2013-01-09 02:24:04 UTC --- At least now we know that the issue is well known. And in fact it doesn't seem 64-bit specific, FWIW. Let's add Eric in CC for this one too, we are already providing quite a bit of additional information (beyond PR53218) and we are available to provide much more. We should really figure out a much more reduced testcase triggering the problem... I'm still finding weird that these endianness or alignment issues affecting exception handling show up only with libtool (or source-highlight): the usage of exceptions seems pretty basic in such cases, there is more in the tests but apparently not much about exceptions. Thus I still believe we should confirm whether the standard GCC C++ testsuite (which includes of course many exception related testcases) passes smoothly, I don't think people have been posting anything on gcc-testresults lately. Eric, any hints?