This is the mail archive of the gcc-patches@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]

Re: [PATCH] Fix __cxa_exception ABI breakage in 4.4 (PR libstdc++/38732)


Jakub Jelinek wrote:
As __cxa_exception layout is
part of C++ ABI, I think what OO.o does is something we should support.

Indeed. We shouldn't have touched this stuff without discussion on the ABI list; Sebastian's change broke ABI conformance, and either we need to get Jakub's modification blessed by the ABI list, or we need to revert the change.


Jason


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