PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse-8.c
blob31e8c32fbdee9cecc704cf38b4a2406e170b7967
1 /* PR target/14343 */
2 /* Origin: <Pawe Sikora <pluto@ds14.agh.edu.pl> */
4 /* { dg-do compile } */
5 /* { dg-require-effective-target ia32 } */
6 /* { dg-options "-march=pentium3" } */
8 int main()
9 {
10 typedef long long int v __attribute__ ((vector_size (16)));
11 v a, b;
12 a = b;
13 return 0;