OSDN Git Service

* c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20010622-1.c
1 /* Test for segfault doing -Wsequence-point processing on an empty
2    statement expression.  */
3 /* Origin: PR c/3259 from <David.Decotigny@irisa.fr>.  */
4 /* { dg-do compile } */
5 /* { dg-options "-Wall" } */
6
7 void
8 f (void)
9 {
10   ({ });
11 }