[Bug target/85345] Missing ENDBR in IFUNC resolver

hjl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat May 26 11:36:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85345

--- Comment #4 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Sat May 26 11:35:31 2018
New Revision: 260792

URL: https://gcc.gnu.org/viewcvs?rev=260792&root=gcc&view=rev
Log:
 Don't check ifunc_resolver on error

Since ifunc_resolver isn't set when an error is detected, we should
lookup ifunc attribute in this case.

        PR target/85900
        PR target/85345
        * varasm.c (assemble_alias): Lookup ifunc attribute on error.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/varasm.c


More information about the Gcc-bugs mailing list