[PATCH] Use cxx11 abi in versioned namespace
François Dumont
frs.dumont@gmail.com
Mon May 30 20:58:50 GMT 2022
Hi
Here is the patch to use cxx11 abi for the versioned namespace mode.
It is still suffering from a side effect on gdb pretty printers with 3
errors like:
got: type =
std::unique_ptr<std::vector<std::unique_ptr<std::list<std::__8::basic_string<char,
std::__8::char_traits<char>, std::__8::allocator<char> >>[]>>[99]>
FAIL: libstdc++-prettyprinters/80276.cc whatis p4
However once I apply the version bump errors are gone.
Let me know if it is ok to apply all at once or if you prefer to avoid
the version bump.
François
-------------- next part --------------
A non-text attachment was scrubbed...
Name: versioned_ns_sso.patch
Type: text/x-patch
Size: 45565 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/libstdc++/attachments/20220530/ec50395b/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bump_versioned_ns.patch
Type: text/x-patch
Size: 8372 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/libstdc++/attachments/20220530/ec50395b/attachment-0003.bin>
More information about the Libstdc++
mailing list