https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68895
chrbr at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-12-14 Ever confirmed|0 |1 --- Comment #1 from chrbr at gcc dot gnu.org --- This is related to the discussion we had recently with Kyril whereas we noticed that simd types can be used with different TARGET_VECTOR_MODE_SUPPORTED_P due to the TARGET_NEON dependencies. Note that the discrepancy happens here for parms but this is also complicated for global decl for which set_current_function doesn't switch. looking at it