[Bug ipa/70582] [6 regression] gcc.dg/attr-weakref-1.c FAILs

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Apr 8 21:27:00 GMT 2016


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.


More information about the Gcc-bugs mailing list