1 /* { dg-do run { target { lp64 && avx512f_runtime } } } */
2 /* { dg-do compile { target { lp64 && { ! avx512f_runtime } } } } */
3 /* { dg-options "-Ofast -mabi=ms -mavx512f -mcall-ms2sysv-xlogues" } */
4 /* { dg-require-effective-target avx512f } */
5 
6 /* Test with avx512, va_args, and ms to sysv call using save/restore stubs.  */
7 
8 #define CALLEE_ABI sysv_abi
9 #include "pr80969-4.h"
10