Un-XFAIL 'gcc.dg/signbit-5.c' for GCN (was: [PATCH] RISC-V: Remove testcase XFAIL)

2024-08-27 Thread Thomas Schwinge
Hi! On 2024-08-19T13:14:02-0700, Edwin Lu wrote: > The testcase has been modified to include the -fwrapv flag which now > causes the test to pass. Remove the xfail exception > --- a/gcc/testsuite/gcc.dg/signbit-5.c > +++ b/gcc/testsuite/gcc.dg/signbit-5.c > @@ -4,7 +4,6 @@ > /* This test does n

Re: [PATCH] RISC-V: Remove testcase XFAIL

2024-08-19 Thread Jeff Law
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

[PATCH] RISC-V: Remove testcase XFAIL

2024-08-19 Thread Edwin Lu
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 --- gcc/testsuite/gcc.dg/signbit-5.c | 1 - 1 file changed, 1 del