https://gcc.gnu.org/g:79f639035d78bafd8133ce19bd7e11bf2dd74e17

commit 79f639035d78bafd8133ce19bd7e11bf2dd74e17
Author: Alexandre Oliva <ol...@adacore.com>
Date:   Sat Mar 29 10:04:16 2025 -0300

    [testsuite] [riscv] xfail update-threading on riscv [PR110628]
    
    The failure to adjust estimated profiling frequencies in reassoc noted
    in PR110628 affects riscv as well.  Add it to the XFAIL set.
    
    
    for  gcc/testsuite/ChangeLog
    
            PR tree-optimization/110628
            * gcc.dg/tree-ssa/update-threading.c: XFAIL on riscv.

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

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

Reply via email to