[committed] testsuite: Xfail gcc.dg/tree-ssa/update-threading.c for CRIS, PR110628

Message ID 20230824011738.5A3122040D@pchp3.se.axis.com
State Accepted
Headers
Series [committed] testsuite: Xfail gcc.dg/tree-ssa/update-threading.c for CRIS, PR110628 |

Checks

Context Check Description
snail/gcc-patch-check success Github commit url

Commit Message

Hans-Peter Nilsson Aug. 24, 2023, 1:17 a.m. UTC
  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(-)
  

Patch

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c b/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c
index 1435e9ba2e02..9500099cddff 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" } } */
+/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized" { xfail cris-*-* } } } Xfail: PR110628 */