[Bug c++/79734] [6/7 Regression] ICE: verify_gimple failed

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 28 09:08:00 GMT 2017


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;
                     ^


More information about the Gcc-bugs mailing list