From: Edwin Lu Date: Mon, 19 Aug 2024 20:10:15 +0000 (-0700) Subject: RISC-V: Remove testcase XFAIL X-Git-Tag: basepoints/gcc-16~6509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3676816caa510de226b357be1c68cf798da63576;p=thirdparty%2Fgcc.git RISC-V: Remove testcase XFAIL The testcase has been modified to include the -fwrapv flag which now causes the test to pass. Remove the xfail exception gcc/testsuite/ChangeLog: * gcc.dg/signbit-5.c: Remove riscv xfail exception Signed-off-by: Edwin Lu --- diff --git a/gcc/testsuite/gcc.dg/signbit-5.c b/gcc/testsuite/gcc.dg/signbit-5.c index 2bca640f930..e65c8910c82 100644 --- a/gcc/testsuite/gcc.dg/signbit-5.c +++ b/gcc/testsuite/gcc.dg/signbit-5.c @@ -4,7 +4,6 @@ /* This test does not work when the truth type does not match vector type. */ /* { dg-additional-options "-march=armv8-a" { target aarch64_sve } } */ /* { dg-xfail-run-if "truth type does not match vector type" { amdgcn-*-* } } */ -/* { dg-xfail-run-if "truth type does not match vector type" { riscv_v } } */ #include