[Bug target/68674] ARM attribute target neon warning: incompatible implicit declaration of built-in function
chrbr at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Dec 3 11:56:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68674
chrbr at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |65837
Assignee|unassigned at gcc dot gnu.org |chrbr at gcc dot gnu.org
--- Comment #1 from chrbr at gcc dot gnu.org ---
Found this when fixing target/65837:
builtins should have a global scope. but this unmask a few other failures,
mostly with the hooks TARGET_VECTORIZE_PREFERRED_SIMD_MODE that return wrongs
values for global variables.
The problem is that TARGET_NEON is false for global scopes decls, although the
types were known.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837
[Bug 65837] [arm-linux-gnueabihf] lto1 target specific builtin not available
More information about the Gcc-bugs
mailing list