Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr60205-1.c
blob259959a8e3e1c91ad85d8b915c07bb3d2fd4bc9c
1 /* PR target/60205 */
2 /* { dg-prune-output "ABI for passing parameters" } */
3 /* { dg-options "-O2 -mno-avx512f" } */
4 /* { dg-skip-if "no AVX512F vector" { *-*-mingw* } } */
6 typedef int __v16si __attribute__ ((__vector_size__ (64)));
8 extern __v16si x;
10 extern void bar (__v16si);
11 void
12 foo (void)
14 bar (x); /* { dg-message "warning: AVX512F vector argument without AVX512F enabled changes the ABI" } */