Skip to content

Commit 1bd15d8

Browse files
committed
RISC-V: Remove xfail from ssa-fre-3.c testcase
Ran the test case at 122e7b4 where the xfail was introduced. The test did pass at that hash and has continued to pass since then. Remove the xfail gcc/testsuite/ChangeLog: * gcc.dg/tree-ssa/ssa-fre-3.c: Remove xfail Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
1 parent ec266cb commit 1bd15d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ foo (int a, int b)
1818
return aa + bb;
1919
}
2020

21-
/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" "fre1" { xfail { riscv*-*-* && lp64 } } } } */
21+
/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" "fre1" } } */

0 commit comments

Comments
 (0)