OSDN Git Service

* c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / boolcomplex-1.c
1 /* { dg-do compile } */
2 /* { dg-options "" } */
3 _Bool b = --0i == 0; /* { dg-error "lvalue required as decrement operand" } */