]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Remove xfail from ssa-fre-3.c testcase
authorEdwin Lu <ewlu@rivosinc.com>
Wed, 6 Dec 2023 00:15:10 +0000 (16:15 -0800)
committerEdwin Lu <ewlu@rivosinc.com>
Wed, 6 Dec 2023 18:54:37 +0000 (10:54 -0800)
Ran the test case at 122e7b4f9d0c2d54d865272463a1d812002d0a5c 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>
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c

index 224dd4f72ef82724430eb37966f5dca246184f10..b2924837a22de5007d0562e4b10cb9eb53be4277 100644 (file)
@@ -18,4 +18,4 @@ foo (int a, int b)
   return aa + bb;
 }
 
-/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" "fre1" { xfail { riscv*-*-* && lp64 } } } } */
+/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" "fre1" } } */