PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr80969-4a.c
blobe5d4cadb04597525869319376e1fac774d3f0c3c
1 /* { dg-do run { target { { ! x32 } && avx512f_runtime } } } */
2 /* { dg-do compile { target { { ! x32 } && { ! avx512f_runtime } } } } */
3 /* { dg-options "-Ofast -mabi=ms -mavx512f" } */
4 /* { dg-require-effective-target avx512f } */
6 /* Test with avx512, va_args, and ms to sysv call. */
8 #define CALLEE_ABI sysv_abi
9 #include "pr80969-4.h"