aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2025-05-01 13:56:25 +0200
committerRichard Biener <rguenth@gcc.gnu.org>2025-05-01 13:58:27 +0200
commitaa6f1df4ec46a20d2292291b192d3331e51b59f8 (patch)
treed68e9aa0549ed455239c3c5f4fc6beae78415393
parentd90d9ba058fb54e1138efab273e06ec9cc6014d0 (diff)
downloadgcc-aa6f1df4ec46a20d2292291b192d3331e51b59f8.zip
gcc-aa6f1df4ec46a20d2292291b192d3331e51b59f8.tar.gz
gcc-aa6f1df4ec46a20d2292291b192d3331e51b59f8.tar.bz2
Fix gcc.dg/tree-ssa/ssa-dom-thread-7.c for aarch64
So on another machine with a cross I see 17 jumps threaded, so adjusted like that. PR tree-optimization/120003 * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust aarch64 expected thread2 number of threads.
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c
index 8be9878..59891f2 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c
@@ -12,7 +12,7 @@
jump threading opportunities. Skip the later tests on aarch64. */
/* { dg-final { scan-tree-dump-not "Jumps threaded" "dom3" { target { ! aarch64*-*-* } } } } */
/* { dg-final { scan-tree-dump "Jumps threaded: 10" "thread2" { target { ! aarch64*-*-* } } } } */
-/* { dg-final { scan-tree-dump "Jumps threaded: 14" "thread2" { target { aarch64*-*-* } } } } */
+/* { dg-final { scan-tree-dump "Jumps threaded: 17" "thread2" { target { aarch64*-*-* } } } } */
enum STATE {
S0=0,