Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / 20050113-1.c
blobe7f69e3664113aa67d2317e944d0a59bbf897354
1 /* PR middle-end/19164 */
2 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
3 /* { dg-options "-mmmx" } */
5 typedef short int V __attribute__ ((vector_size (8)));
6 static V v = (V) 0x00FF00FF00FF00FFLL; /* { dg-error "is not constant" } */