Re: [PATCH v2] testsuite: Sanitize pacbti test cases for Cortex-M

2024-10-27 Thread Torbjorn SVENSSON
On 2024-10-25 12:30, Richard Earnshaw (lists) wrote: On 14/10/2024 13:23, Christophe Lyon wrote: On 10/13/24 19:50, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? Changes since v1: - Dropped changes to dg- instructions. These will be addressed in a separate set of patches la

Re: [PATCH v2] testsuite: Sanitize pacbti test cases for Cortex-M

2024-10-25 Thread Richard Earnshaw (lists)
On 14/10/2024 13:23, Christophe Lyon wrote: > > > On 10/13/24 19:50, Torbjörn SVENSSON wrote: >> Ok for trunk and releases/gcc-14? >> >> Changes since v1: >> >> - Dropped changes to dg- instructions. These will be addressed in a separate >> set of patches later. > > LGTM, let's avoid mixing cha

[PING] [PATCH v2] testsuite: Sanitize pacbti test cases for Cortex-M

2024-10-22 Thread Torbjorn SVENSSON
Gentle ping :) Kind regards, Torbjörn On 2024-10-13 19:50, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? Changes since v1: - Dropped changes to dg- instructions. These will be addressed in a separate set of patches later. -- Some of the test cases were scanning for "bti", but

Re: [PATCH v2] testsuite: Sanitize pacbti test cases for Cortex-M

2024-10-14 Thread Christophe Lyon
On 10/13/24 19:50, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? Changes since v1: - Dropped changes to dg- instructions. These will be addressed in a separate set of patches later. LGTM, let's avoid mixing changes. Thanks, Christophe -- Some of the test cases were scan

[PATCH v2] testsuite: Sanitize pacbti test cases for Cortex-M

2024-10-13 Thread Torbjörn SVENSSON
Ok for trunk and releases/gcc-14? Changes since v1: - Dropped changes to dg- instructions. These will be addressed in a separate set of patches later. -- Some of the test cases were scanning for "bti", but it would, incorrectly, match the ".arch_extenssion pacbti". gcc/testsuite/ChangeLog:

Re: [PATCH v2] testsuite: Sanitize pacbti test cases for Cortex-M

2024-09-06 Thread Christophe Lyon
On 9/6/24 11:17, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? Changes since v1: - Corrected changelog entry for pac-15.c - Added a tab before all the asm instructions in the pac-*.c and bti-*.c tests - Corrected the expected number of bti instructions for bti-2.c as it previou

[PATCH v2] testsuite: Sanitize pacbti test cases for Cortex-M

2024-09-06 Thread Torbjörn SVENSSON
Ok for trunk and releases/gcc-14? Changes since v1: - Corrected changelog entry for pac-15.c - Added a tab before all the asm instructions in the pac-*.c and bti-*.c tests - Corrected the expected number of bti instructions for bti-2.c as it previously counted the .file directive -- Some of th