https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89798
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=89797 --- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> --- ICC 19 issues the following errors: z.c(3): error: vector size is too large __attribute__ ((vector_size (N0))) char v0; ^ z.c(9): error: vector size is too large __attribute__ ((vector_size (N1))) char v1; ^ compilation aborted for <source> (code 2)