Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr59794-5.c
blob24c88be09449e1b85f51e7f8fc732238b843a572
1 /* PR target/59794 */
2 /* { dg-do compile { target { ia32 } } } */
3 /* { dg-options "-O2 -mno-sse" } */
4 /* { dg-skip-if "no SSE vector" { *-*-mingw* } } */
6 typedef int __v4si __attribute__ ((__vector_size__ (16)));
8 extern __v4si x;
10 __v4si
11 foo (void)
12 { /* { dg-warning "SSE vector return without SSE enabled changes the ABI" } */
13 return x;