1 2 3 4 5 6 7 8 9 10
// { dg-do assemble } int cond; int i; int *ip; void test () { cond ? i : ip; /* { dg-error "" } pointer/integer mismatch */ }