Add -mdejagnu-cpu=power7 to dg-options for pr97142.c
authorOlivier Hainque <hainque@adacore.com>
Sat, 9 Oct 2021 13:22:12 +0000 (13:22 +0000)
committerOlivier Hainque <hainque@adacore.com>
Fri, 17 Dec 2021 18:10:00 +0000 (18:10 +0000)
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.

gcc/testsuite/gcc.target/powerpc/pr97142.c

index 0e5f1c1..dd10b06 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-Ofast" } */
+/* { dg-options "-Ofast -mdejagnu-cpu=power7" } */
 
 #include <math.h>