x86: Also pass -mno-avx to pr72839.c
Also pass -mno-avx to pr72839.c to avoid copying data with YMM or ZMM registers. * gcc.target/i386/pr72839.c: Also pass -mno-avx.
This commit is contained in:
parent
0d3be08a23
commit
d7d74754a0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target ia32 } */
|
||||
/* { dg-options "-O2 -mtune=lakemont" } */
|
||||
/* { dg-options "-O2 -mtune=lakemont -mno-avx" } */
|
||||
|
||||
extern char *strcpy (char *, const char *);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue