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