OSDN Git Service

PR preprocessor/30805:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr27428-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3
4 void foo()
5 {
6     goto L;
7     if (0..) { L: ; }  // { dg-error "too many decimal points" }
8 }
9