Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 20050113-1.c
blob44deb30cbefc5e4a2b26f9a79c3f151e56021afe
1 /* PR middle-end/19164 */
2 /* { dg-do compile } */
3 /* { dg-options "-mmmx" } */
5 typedef short int V __attribute__ ((vector_size (8)));
6 static V v = (V) 0x00FF00FF00FF00FFLL;