]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Remove testcase XFAIL
authorEdwin Lu <ewlu@rivosinc.com>
Mon, 19 Aug 2024 20:10:15 +0000 (13:10 -0700)
committerEdwin Lu <ewlu@rivosinc.com>
Tue, 20 Aug 2024 18:11:22 +0000 (11:11 -0700)
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>
gcc/testsuite/gcc.dg/signbit-5.c

index 2bca640f930b7d1799e995e86152a6d8d05ec2a0..e65c8910c82574182880f03a63aed8392cd286ff 100644 (file)
@@ -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>