https://gcc.gnu.org/g:428d57e766d5fa838bcb99c7683b90d7997ba44e
commit 428d57e766d5fa838bcb99c7683b90d7997ba44e Author: Alexandre Oliva <[email protected]> Date: Tue Mar 10 04:18:40 2026 -0300 testsuite: ppc: XFAIL update-threading.c [PR110628] It's a known problem in reassoc that causes estimated execution counts to not be updated. Expect that failure. for gcc/testsuite/ChangeLog PR tree-optimization/110628 * gcc.dg/tree-ssa/update-threading.c: XFAIL Invalid sum on ppc. Diff: --- gcc/testsuite/gcc.dg/tree-ssa/update-threading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c b/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c index 9500099cddff..64e539d34c3b 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c @@ -20,4 +20,4 @@ main (int argc, char **argv) foo (((A) { ((!(i >> 4) ? 8 : 64 + (i >> 4)) << 8) + (i << 4) } ).a); exit (0); } -/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized" { xfail cris-*-* } } } Xfail: PR110628 */ +/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized" { xfail cris-*-* powerpc*-*-* } } } Xfail: PR110628 */
