aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEdwin Lu <ewlu@rivosinc.com>2024-08-19 13:10:15 -0700
committerEdwin Lu <ewlu@rivosinc.com>2024-08-20 11:11:22 -0700
commit3676816caa510de226b357be1c68cf798da63576 (patch)
tree980ad208e42a3c0d35ce3964f4f356efa0da7a35 /gcc
parent64028d626a50410dbf29f252a78c7675b35751d6 (diff)
downloadgcc-3676816caa510de226b357be1c68cf798da63576.zip
gcc-3676816caa510de226b357be1c68cf798da63576.tar.gz
gcc-3676816caa510de226b357be1c68cf798da63576.tar.bz2
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 <ewlu@rivosinc.com>
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/signbit-5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/signbit-5.c b/gcc/testsuite/gcc.dg/signbit-5.c
index 2bca640..e65c891 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>