Add -mdejagnu-cpu=power7 to dg-options for pr97142.c
To match the tests expectations for toolchains configured to default to not so capable cpus. 2021-12-17 Olivier Hainque <hainque@adacore.com> gcc/testsuite/ * gcc.target/powerpc/pr97142.c: Add -mdejagnu-cpu=power7 to the dg-options.
This commit is contained in:
parent
fae0168626
commit
d7ca2a79b8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-Ofast" } */
|
||||
/* { dg-options "-Ofast -mdejagnu-cpu=power7" } */
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue