Re: [PATCH v2] testsuite: arm: Only check for literal pools in no-literal-pool-m0.c

2024-11-19 Thread Torbjorn SVENSSON
On 2024-11-19 14:42, Richard Earnshaw (lists) wrote: On 18/11/2024 11:13, Torbjörn SVENSSON wrote: Changes since v1: - Replaced fragile checks on constants with check for literal pool using "ldr r[0-9]+, \.L[0-9]+". Ok for trunk? -- With the changes in r15-1579-g792f97b44ff, the consta

Re: [PATCH v2] testsuite: arm: Only check for literal pools in no-literal-pool-m0.c

2024-11-19 Thread Richard Earnshaw (lists)
On 18/11/2024 11:13, Torbjörn SVENSSON wrote: > Changes since v1: > > - Replaced fragile checks on constants with check for literal pool > using "ldr r[0-9]+, \.L[0-9]+". > > Ok for trunk? > > -- > > With the changes in r15-1579-g792f97b44ff, the constants have been > updated. > This patch dr

[PATCH v2] testsuite: arm: Only check for literal pools in no-literal-pool-m0.c

2024-11-18 Thread Torbjörn SVENSSON
Changes since v1: - Replaced fragile checks on constants with check for literal pool using "ldr r[0-9]+, \.L[0-9]+". Ok for trunk? -- With the changes in r15-1579-g792f97b44ff, the constants have been updated. This patch drops the fragile check on the constants and instead only checks that th