[gcc r14-7017] xfail dg-final "Sunk statements: 5" on hppa*64*-*-*

John David Anglin danglin@gcc.gnu.org
Mon Jan 8 22:32:46 GMT 2024


https://gcc.gnu.org/g:ff9e79eba27c91e9a2590b7d2e3ed57f1b8ed951

commit r14-7017-gff9e79eba27c91e9a2590b7d2e3ed57f1b8ed951
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Mon Jan 8 22:32:03 2024 +0000

    xfail dg-final "Sunk statements: 5" on hppa*64*-*-*
    
    2024-01-08  John David Anglin  <danglin@gcc.gnu.org>
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/tree-ssa/ssa-sink-18.c: xfail dg-final "Sunk statements: 5"
            on hppa*64*-*-*.

Diff:
---
 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1372100882e..b199df26a0f 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-18.c
@@ -215,4 +215,4 @@ compute_on_bytes (uint8_t *in_data, int in_len, uint8_t *out_data, int out_len)
     base+index addressing modes, so the ip[len] address computation can't be
     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-*-* powerpc64le-*-* } } } } */
+ /* { dg-final { scan-tree-dump-times "Sunk statements: 5" 1 "sink2" { target lp64 xfail { riscv64-*-* powerpc64le-*-* hppa*64*-*-* } } } } */


More information about the Gcc-cvs mailing list