diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2023-08-24 02:55:41 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2023-08-24 03:04:29 +0200 |
commit | 0c2633dd09f281fba26f6ee39913c951697b2a51 (patch) | |
tree | 880ee30914a83544d5c7049bc9306979d8be09e8 | |
parent | 4e27ba6e2dd85a5ad4751c35270dbd8f277302dd (diff) | |
download | gcc-0c2633dd09f281fba26f6ee39913c951697b2a51.zip gcc-0c2633dd09f281fba26f6ee39913c951697b2a51.tar.gz gcc-0c2633dd09f281fba26f6ee39913c951697b2a51.tar.bz2 |
testsuite: Xfail gcc.dg/tree-ssa/update-threading.c for CRIS, PR110628
* gcc.dg/tree-ssa/update-threading.c: Xfail for cris-*-*.
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/update-threading.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c b/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c index 1435e9b..9500099 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 */ |