https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82172
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at ucw dot cz --- Comment #13 from Martin Liška <marxin at gcc dot gnu.org> --- Looking at resolution file of the compilation unit: $ cat -- -lm.res 1 ice.o 39 ... 1022 a2617b1cb04da8c1 PREVAILING_DEF_IRONLY _ZNSs4_Rep20_S_empty_rep_storageE ... I'm not fully familiar with symbol resolution, but this looks fishy. $ readelf -s /usr/lib64/gcc/x86_64-suse-linux/7/libstdc++.so --wide | grep _ZNSs4_Rep20_S_empty_rep_storageE 4310: 0000000000388d40 32 OBJECT UNIQUE DEFAULT 28 _ZNSs4_Rep20_S_empty_rep_storageE@@GLIBCXX_3.4 Any ideas Jonathan?