C++ PATCH to fix crash building libstdc++ with -fabi-version=1

Jason Merrill jason@redhat.com
Wed Sep 22 10:20:00 GMT 2010


I tried building libstdc++ with -fabi-version=1 -Wabi to see what 
warnings it would produce, and it crashed on atomic.cc trying to mangle 
a SCOPE_REF where op 1 is an IDENTIFIER_NODE rather than the DECL that 
the code expected.

Tested x86_64-pc-linux-gnu, applied to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abi-1.patch
Type: text/x-patch
Size: 658 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100922/e2623ef3/attachment.bin>


More information about the Gcc-patches mailing list