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:
Olivier Hainque 2021-10-09 13:22:12 +00:00
parent fae0168626
commit d7ca2a79b8

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-Ofast" } */
/* { dg-options "-Ofast -mdejagnu-cpu=power7" } */
#include <math.h>