On Wed, Apr 27, 2022 at 11:27:49AM +0200, Ilya Leoshkevich via Gcc-patches wrote: > Bootstrapped and regtested on x86_64-redhat-linux and > s390x-redhat-linux. Ok for master (or GCC 13 in case this doesn't fit > stage4 criteria)?
I'd prefer to defer this to GCC 13 at this point. Furthermore, does the linker then actually merge the constants with the same constants from other mergeable linkonce sections or other mergeable sections? I'm afraid it would only merge constants within each comdat group and not across the whole ELF object. Jakub