]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64, testsuite: Fix up pr103147-10.[cC]
authorAlex Coplan <alex.coplan@arm.com>
Mon, 4 Dec 2023 15:28:57 +0000 (15:28 +0000)
committerAlex Coplan <alex.coplan@arm.com>
Fri, 15 Dec 2023 19:59:59 +0000 (19:59 +0000)
This disables scheduling in the pr103147-10 tests.  The tests use
check-function-bodies, and upcoming changes lead to a different
schedule.

gcc/testsuite/ChangeLog:

* g++.target/aarch64/pr103147-10.C: Add -fno-schedule-insns{,2}
to dg-options.
* gcc.target/aarch64/pr103147-10.c: Likewise.

gcc/testsuite/g++.target/aarch64/pr103147-10.C
gcc/testsuite/gcc.target/aarch64/pr103147-10.c

index e12771533f761bafe352ef9ffb9bc4be1bcdf9a0..f3b571135e2b0e9cc8a60019599d8a510e4aeb76 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -fpack-struct -mstrict-align -fno-stack-protector" } */
+/* { dg-options "-O2 -fpack-struct -mstrict-align -fno-stack-protector -fno-schedule-insns -fno-schedule-insns2" } */
 /* { dg-final { check-function-bodies "**" "" "" } } */
 
 #include <arm_neon.h>
index 57942bfd10a48af3c88887275bae974df88c9eb2..8ae44a7222d0eb004cbd81c1eacd61a5d05159c6 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -fpack-struct -mstrict-align -fno-stack-protector" } */
+/* { dg-options "-O2 -fpack-struct -mstrict-align -fno-stack-protector -fno-schedule-insns -fno-schedule-insns2" } */
 /* { dg-final { check-function-bodies "**" "" "" } } */
 
 #include <arm_neon.h>