https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70582
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- So in the end for Wv3a I see just: .local lv3 .comm lv3,4,4 .set Wv3a,lv3 .local Wv3a in there, does the order of .set and .local matter for Solaris/x86 /bin/as (i.e. does putting .local Wv3a first help)? I certainly don't see Wv3a being multiply defined there.