OSDN Git Service

2006-06-19 Anatoly Sokolov <aesok@post.ru>
[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 }