https://gcc.gnu.org/g:fa76531046b57a540ccf88a67e7636353dfe43e0
commit fa76531046b57a540ccf88a67e7636353dfe43e0 Author: Edwin Lu <e...@rivosinc.com> Date: Mon Aug 19 13:10:15 2024 -0700 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 <e...@rivosinc.com> (cherry picked from commit 3676816caa510de226b357be1c68cf798da63576) Diff: --- 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 2bca640f930b..e65c8910c825 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>