https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119029
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Does it have in that case the desired effect? I mean, does Solaris dynamic linker complain with that __extension__ __asm (".globl _ZSt21ios_base_library_initv"); if one tries to run a program against older libstdc++.so.6? Depending on that, we should be either using _GLIBCXX_SYMVER_SUN in both spots, or just the second one.