blob: edb4fb4519e676096c4d1ea36bd633f9e94dbb93 [file] [log] [blame]
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-Winline -O2 -march=i386" } */
typedef int v2df __attribute__ ((mode(V2DF)));
v2df p;
q(v2df t)
{ /* { dg-warning "SSE" "" } */
p=t;
}