aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/sse-5.c
blob: c3ed8f2672b3c6ee4aab512739dff0c641cdb1e9 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-Winline -O2 -march=i386" } */

typedef double v2df __attribute__ ((vector_size (16)));
v2df p;
q(v2df t) /* { dg-warning "SSE" "" } */
{
	p=t;
}