* gcc.dg/i386-sse-5.c: New test
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-sse-5.c
blobedb4fb4519e676096c4d1ea36bd633f9e94dbb93
1 /* { dg-do compile { target i?86-*-* } } */
2 /* { dg-options "-Winline -O2 -march=i386" } */
3 typedef int v2df __attribute__ ((mode(V2DF)));
4 v2df p;
5 q(v2df t)
6 { /* { dg-warning "SSE" "" } */
7 p=t;