https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79734
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- Hmm, the C FE rejects this: > ./cc1 -quiet t.c t.c: In function āgā: t.c:4:11: error: used vector type where scalar is required *a = (*a < 1 && !(*b > 2)) ? *a + *b : 3; ^ t.c:4:21: error: wrong type argument to unary exclamation mark *a = (*a < 1 && !(*b > 2)) ? *a + *b : 3; ^