Re: [PATCH] testsuite: arm: Check for short circuit instructions [PR103298]

2025-01-10 Thread Torbjorn SVENSSON
On 2025-01-10 11:27, Richard Earnshaw (lists) wrote: On 22/12/2024 15:35, Torbjorn SVENSSON wrote: On 2024-12-19 12:48, Richard Earnshaw (lists) wrote: On 18/12/2024 16:24, Torbjörn SVENSSON wrote: Changes since v1: - Updated the commit message to reflect the changes (including the subje

Re: [PATCH] testsuite: arm: Check for short circuit instructions [PR103298]

2025-01-10 Thread Richard Earnshaw (lists)
On 22/12/2024 15:35, Torbjorn SVENSSON wrote: > > > On 2024-12-19 12:48, Richard Earnshaw (lists) wrote: >> On 18/12/2024 16:24, Torbjörn SVENSSON wrote: >>> Changes since v1: >>> >>> - Updated the commit message to reflect the changes (including the subject). >>> - Replaced the POP/BEQ checks wi

Re: [PATCH] testsuite: arm: Check for short circuit instructions [PR103298]

2024-12-22 Thread Torbjorn SVENSSON
On 2024-12-19 12:48, Richard Earnshaw (lists) wrote: On 18/12/2024 16:24, Torbjörn SVENSSON wrote: Changes since v1: - Updated the commit message to reflect the changes (including the subject). - Replaced the POP/BEQ checks with chesk for {cmp,mov,orr,and}{eq,ne}. - Removed the size check

Re: [PATCH] testsuite: arm: Check for short circuit instructions [PR103298]

2024-12-19 Thread Richard Earnshaw (lists)
On 18/12/2024 16:24, Torbjörn SVENSSON wrote: > Changes since v1: > > - Updated the commit message to reflect the changes (including the subject). > - Replaced the POP/BEQ checks with chesk for {cmp,mov,orr,and}{eq,ne}. > - Removed the size check > > > Ok for trunk and releases/gcc-14? > Should

[PATCH] testsuite: arm: Check for short circuit instructions [PR103298]

2024-12-18 Thread Torbjörn SVENSSON
Changes since v1: - Updated the commit message to reflect the changes (including the subject). - Replaced the POP/BEQ checks with chesk for {cmp,mov,orr,and}{eq,ne}. - Removed the size check Ok for trunk and releases/gcc-14? Should I also push this to releases/gcc-13 and releases/gcc-12 as this