diff options
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr80425-1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/i386/pr80425-1.c b/gcc/testsuite/gcc.target/i386/pr80425-1.c index 5b2841e..362d64a 100644 --- a/gcc/testsuite/gcc.target/i386/pr80425-1.c +++ b/gcc/testsuite/gcc.target/i386/pr80425-1.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O2 -mavx512f -mtune=intel" } */ +/* { dg-additional-options "-mregparm=1" { target ia32 } } */ #include <x86intrin.h> |