summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/i386-sse-5.c
blob: 81184fcb67e9f80d45aa3464af5788379fb1534d (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-Winline -O2 -march=i386" } */
typedef double v2df __attribute__ ((vector_size (16)));
v2df p;
q(v2df t)
{			 /* { dg-warning "SSE" "" } */
	p=t;
}