Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.target / i386 / sse-5.c
blobced075ae97d7b7527a0113a6f79c9b560fe66cd9
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-Winline -O2 -march=i386" } */
5 typedef double v2df __attribute__ ((vector_size (16)));
6 v2df p;
7 q(v2df t)
8 { /* { dg-warning "SSE" "" } */
9 p=t;