r260792 - in /trunk/gcc: ChangeLog varasm.c
hjl@gcc.gnu.org
hjl@gcc.gnu.org
Sat May 26 11:35:00 GMT 2018
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-cvs
mailing list