diff mbox series

RISC-V: Remove testcase XFAIL

Message ID 20240819201401.3224574-1-ewlu@rivosinc.com
State New
Headers show
Series RISC-V: Remove testcase XFAIL | expand

Commit Message

Edwin Lu Aug. 19, 2024, 8:14 p.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)

Comments

Jeff Law Aug. 19, 2024, 8:17 p.m. UTC | #1
On 8/19/24 2:14 PM, Edwin Lu wrote:
> 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
OK
jeff
Edwin Lu Aug. 20, 2024, 6:12 p.m. UTC | #2
Thanks!

Edwin

On 8/19/2024 1:17 PM, Jeff Law wrote:
>
>
> On 8/19/24 2:14 PM, Edwin Lu wrote:
>> 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
> OK
> jeff
>
diff mbox series

Patch

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>