https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105554

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
The following also ICEs with GCC 10:

typedef long v4di __attribute__((__vector_size__(4 * sizeof(long))));
__attribute__((target_clones("arch=core-avx2", "default")))
void a(v4di x) {}

Reply via email to