RE: [PATCH] testsuite: Add -fwrapv to signbit-5.c

2024-08-22 Thread Tamar Christina
Jeff Law ; gcc-patches@gcc.gnu.org; Richard > >> Earnshaw ; quic_apin...@quicinc.com; > >> yvan.r...@foss.st.com; Tamar Christina > >> Subject: Re: [PATCH] testsuite: Add -fwrapv to signbit-5.c > >> > >> On Fri, Aug 16, 2024 at 4:30 PM Torbjorn SVENSSON >

Re: [PATCH] testsuite: Add -fwrapv to signbit-5.c

2024-08-21 Thread Torbjorn SVENSSON
: [PATCH] testsuite: Add -fwrapv to signbit-5.c On Fri, Aug 16, 2024 at 4:30 PM Torbjorn SVENSSON wrote: On 2024-08-16 16:07, Jeff Law wrote: On 8/16/24 4:12 AM, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? Verified this on x86_64 and arm-none-eabi. Don't know if the

RE: [PATCH] testsuite: Add -fwrapv to signbit-5.c

2024-08-20 Thread Tamar Christina
> -Original Message- > From: Richard Biener > Sent: Tuesday, August 20, 2024 12:33 PM > To: Torbjorn SVENSSON > Cc: Jeff Law ; gcc-patches@gcc.gnu.org; Richard > Earnshaw ; quic_apin...@quicinc.com; > yvan.r...@foss.st.com; Tamar Christina > Subject: Re: [PATCH

Re: [PATCH] testsuite: Add -fwrapv to signbit-5.c

2024-08-20 Thread Richard Biener
On Fri, Aug 16, 2024 at 4:30 PM Torbjorn SVENSSON wrote: > > > > On 2024-08-16 16:07, Jeff Law wrote: > > > > > > On 8/16/24 4:12 AM, Torbjörn SVENSSON wrote: > >> Ok for trunk and releases/gcc-14? > >> > >> Verified this on x86_64 and arm-none-eabi. > >> Don't know if the other "truth type" dg-li

Re: [PATCH] testsuite: Add -fwrapv to signbit-5.c

2024-08-16 Thread Torbjorn SVENSSON
On 2024-08-16 16:07, Jeff Law wrote: On 8/16/24 4:12 AM, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? Verified this on x86_64 and arm-none-eabi. Don't know if the other "truth type" dg-lines can be removed as well. -- On Cortex-M55 with MVE, the test case fails due to -INT_

Re: [PATCH] testsuite: Add -fwrapv to signbit-5.c

2024-08-16 Thread Jeff Law
On 8/16/24 4:12 AM, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? Verified this on x86_64 and arm-none-eabi. Don't know if the other "truth type" dg-lines can be removed as well. -- On Cortex-M55 with MVE, the test case fails due to -INT_MAX being undefined. Adding -fwrapv solv