aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2023-10-30 11:01:17 +0100
committerRichard Biener <rguenther@suse.de>2023-10-30 11:03:03 +0100
commitff4cea05a6e6d034eed5212109133c4b5da8520c (patch)
tree9444e701f04690374c867c67d8e7530a1740a1a2
parenteb1cdb3e43f43a7311c324e0acf85ceaf79314e5 (diff)
downloadgcc-ff4cea05a6e6d034eed5212109133c4b5da8520c.zip
gcc-ff4cea05a6e6d034eed5212109133c4b5da8520c.tar.gz
gcc-ff4cea05a6e6d034eed5212109133c4b5da8520c.tar.bz2
PR testsuite/111462 - add powerpc64le to list of ssa-sink-18.c XFAIL
PR testsuite/111462 gcc/testsuite/ * gcc.dg/tree-ssa/ssa-sink-18.c: XFAIL also powerpc64le.
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c
index 13b9ba4..1372100 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-sink-stats" } */
+/* { dg-options "-O2 -fdump-tree-sink2-stats" } */
/* { dg-require-effective-target int32plus } */
#include <stdint.h>
@@ -213,6 +213,6 @@ compute_on_bytes (uint8_t *in_data, int in_len, uint8_t *out_data, int out_len)
expected, so this case is restricted to lp64 only so far. This different
ivopts choice affects riscv64 as well, probably because it also lacks
base+index addressing modes, so the ip[len] address computation can't be
- made from the IV computation above. */
+ made from the IV computation above. powerpc64le similarly is affected. */
- /* { dg-final { scan-tree-dump-times "Sunk statements: 5" 1 "sink2" { target lp64 xfail { riscv64-*-* } } } } */
+ /* { dg-final { scan-tree-dump-times "Sunk statements: 5" 1 "sink2" { target lp64 xfail { riscv64-*-* powerpc64le-*-* } } } } */