[Bug libstdc++/103407] [12 regression] abi_check FAILs on Solaris
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 10 16:16:26 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103407
--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> ---
OK, so we can just drop the alias symbols. But that means that libstdc++.so on
Solaris 11.3 and 11.4 will be incompatible. Is that acceptable?
If not, maybe the right thing to do is just add the symbols to GLIBCXX_3.4.29
for Solaris 11.3 as well, for consistency with the library on 11.4
That would mean that libstdc++.so.6.0.30 has symbols in the GLIBCXX_3.4.29
version that weren't in libstdc++.6.0.29
More information about the Gcc-bugs
mailing list