PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 990214-1.c
blob3c203e9f75a54b25ca725cf1c3c037ebe0e84379
1 /* { dg-do compile } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-options "-fPIC" } */
5 typedef int int64_t __attribute__ ((__mode__ ( __DI__ ))) ;
6 unsigned *
7 bar (int64_t which)
9 switch (which & 15 ) {
10 case 0 :
11 break;
12 case 1 :
13 case 5 :
14 case 2 : ;
17 return 0;