x86: Also pass -mno-avx to cold-attribute-1.c
Also pass -mno-avx to pr72839.c to avoid copying data with YMM or ZMM registers. * gcc.target/i386/cold-attribute-1.c: Also pass -mno-avx.
This commit is contained in:
parent
d7d74754a0
commit
20a1c9aae0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-options "-O2 -mno-avx" } */
|
||||
#include <string.h>
|
||||
static inline
|
||||
__attribute__ ((cold)) void
|
||||
|
|
Loading…
Add table
Reference in a new issue