aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr80969-4a.c
blob: e5d4cadb04597525869319376e1fac774d3f0c3c (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do run { target { { ! x32 } && avx512f_runtime } } } */
/* { dg-do compile { target { { ! x32 } && { ! avx512f_runtime } } } } */
/* { dg-options "-Ofast -mabi=ms -mavx512f" } */
/* { dg-require-effective-target avx512f } */

/* Test with avx512, va_args, and ms to sysv call.  */

#define CALLEE_ABI sysv_abi
#include "pr80969-4.h"