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

2024-09-12 Thread Richard Earnshaw (lists)
On 03/09/2024 13:57, Christophe Lyon wrote: > Hi Torbjörn, > > > On 9/3/24 11:30, Torbjörn SVENSSON wrote: >> >> Ok for trunk and releases/gcc-14? >> >> -- >> >> Some of the test cases were scanning for "bti", but it would, >> incorrectly, match the ".arch_extenssion pacbti". >> Also, keep test

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

2024-09-03 Thread Christophe Lyon
Hi Torbjörn, On 9/3/24 11:30, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? -- Some of the test cases were scanning for "bti", but it would, incorrectly, match the ".arch_extenssion pacbti". Also, keep test cases active if a supported Cortex-M core is supplied. gcc/testsuite/Ch

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

2024-09-03 Thread Torbjörn SVENSSON
Ok for trunk and releases/gcc-14? -- Some of the test cases were scanning for "bti", but it would, incorrectly, match the ".arch_extenssion pacbti". Also, keep test cases active if a supported Cortex-M core is supplied. gcc/testsuite/ChangeLog: * gcc.target/arm/bti-1.c: Enable for Cor