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