https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115847
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |openmp CC| |jakub at gcc dot gnu.org, | |rguenth at gcc dot gnu.org --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- We should probably reject/ignore this attribute for functions already using vectors or alternatively try to handle exiting vector types as if they were array types? Note this is possibly out of scope of the ABI as well?