1 2 3 4 5 6 7 8
// PR c++/35987 // { dg-do compile } void foo (char *p) { if (++p = true); // { dg-error "cannot convert" } }