]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust ssa-dom-thread-7.c on aarch64.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 13 Sep 2021 12:25:15 +0000 (14:25 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Mon, 13 Sep 2021 12:25:48 +0000 (14:25 +0200)
gcc/testsuite/ChangeLog:

* gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust for aarch64.

gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c

index ba07942f9dd7e22aeca35cefce6d766d9423a969..e3d4b311c034f9436a5f44be1bd27d702f2ea36c 100644 (file)
@@ -2,7 +2,7 @@
 /* { dg-options "-O2 -fdump-tree-thread1-stats -fdump-tree-thread2-stats -fdump-tree-dom2-stats -fdump-tree-thread3-stats -fdump-tree-dom3-stats -fdump-tree-vrp2-stats -fno-guess-branch-probability" } */
 
 /* { dg-final { scan-tree-dump "Jumps threaded: 18"  "thread1" } } */
-/* { dg-final { scan-tree-dump "Jumps threaded: 8" "thread3" } } */
+/* { dg-final { scan-tree-dump "Jumps threaded: 8" "thread3" { target { ! aarch64*-*-* } } } } */
 /* { dg-final { scan-tree-dump-not "Jumps threaded"  "dom2" } } */
 
 /* aarch64 has the highest CASE_VALUES_THRESHOLD in GCC.  It's high enough