]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix gcc.dg/tree-ssa/ssa-dom-thread-7.c for aarch64
authorRichard Biener <rguenther@suse.de>
Thu, 1 May 2025 11:56:25 +0000 (13:56 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 1 May 2025 11:58:27 +0000 (13:58 +0200)
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.

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

index 8be9878e0cfb2c00a3d017c0a129cccf28c94c84..59891f29132c844f7a85d797556ff60d907ccad2 100644 (file)
@@ -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,