OSDN Git Service

* c-parse.in (stmts_and_decls): Deprecate use of label at end of
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 990214-1.c
1 /* { dg-do compile { target i?86-*-* } } */
2 /* { dg-options "-fPIC" } */
3
4 typedef int int64_t __attribute__ ((__mode__ (  __DI__ ))) ;
5 unsigned *
6 bar (int64_t which)
7 {
8         switch (which & 15 ) {
9         case 0 :
10                 break;
11         case 1 :
12         case 5 :
13         case 2 : ;
14         }
15 }