aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/i386/sse-5.c
blob: af935c2f0054c63ca48b571e770a606d23aaaa31 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target ia32 } */
/* { dg-options "-Winline -Wno-psabi -O2 -mno-sse" } */

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