2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse-5.c
blobe06bd51b6a1120989c17afe0847f6c0f672840ad
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-prune-output "ABI for passing parameters" } */
4 /* { dg-options "-Winline -O2 -mno-sse" } */
6 typedef double v2df __attribute__ ((vector_size (16)));
7 v2df p;
8 void q(v2df t) /* { dg-warning "SSE" } */
10 p=t;