]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: unxfail pr117123.C
authorAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Sun, 16 Nov 2025 04:13:45 +0000 (20:13 -0800)
committerAndrew Pinski <andrew.pinski@oss.qualcomm.com>
Sun, 16 Nov 2025 04:30:37 +0000 (20:30 -0800)
This testcase now passes for aarch64 after r16-5258-1d8e2d51e5c5.
The keeping around the loop pre-header helped to better thread the jumps
and fix the issue at hand.

Pushed as obvious.

gcc/testsuite/ChangeLog:

* g++.dg/tree-ssa/pr117123.C: un-xfail.

Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
gcc/testsuite/g++.dg/tree-ssa/pr117123.C

index 29b69dfa432c9b39c825ac4354e25ba7e2ff8f4e..2aa2810de9525b9aaec48ae797161f5399bf49e8 100644 (file)
@@ -49,6 +49,4 @@ int patatino(int a) {
 }
 
 // { dg-final { scan-tree-dump-not "dont_be_here" "optimized" } }
-// Depending on LOGICAL_OP_NON_SHORT_CIRCUIT (or BRANCH_COST) this might
-// or might not be optimized fully
-// { dg-final { scan-tree-dump-times "if " 3 "optimized" { xfail { aarch64-*-* } } } }
+// { dg-final { scan-tree-dump-times "if " 3 "optimized" } }