[committed] testsuite: Xfail gcc.dg/tree-ssa/update-threading.c for CRIS, PR110628
Checks
Commit Message
Oops, looks like the PR title annotation didn't work and I
forgot the classic changelog annotation.
Anyway, after fixing a testsuite inconsistency, this test
fails for *some* architectures and shows up as a regression;
see the PR.
-- >8 --
* gcc.dg/tree-ssa/update-threading.c: Xfail for cris-*-*.
---
gcc/testsuite/gcc.dg/tree-ssa/update-threading.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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" } } */
+/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized" { xfail cris-*-* } } } Xfail: PR110628 */