Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / 990214-1.c
blobb3cb519a471b0dba5587184fab85b1d453431fba
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-fPIC" } */
4 typedef int int64_t __attribute__ ((__mode__ ( __DI__ ))) ;
5 unsigned *
6 bar (int64_t which)
8 switch (which & 15 ) {
9 case 0 :
10 break;
11 case 1 :
12 case 5 :
13 case 2 : ;
16 return 0;