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 <e...@rivosinc.com> --- gcc/testsuite/gcc.dg/signbit-5.c | 1 - 1 file changed, 1 deletion(-) 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 <stdint.h> -- 2.34.1