Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr59794-7.c
bloba1799ddbfbe2e5698d488d54842925d5ef57dfca
1 /* PR target/59794 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -mno-avx" } */
4 /* { dg-skip-if "no AVX vector" { *-*-mingw* } } */
6 typedef int __v8si __attribute__ ((__vector_size__ (32)));
8 extern __v8si x;
10 __v8si
11 foo (void)
12 { /* { dg-warning "AVX vector return without AVX enabled changes the ABI" } */
13 return x;