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.
-/* { 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>
-/* { 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>