Re: [PATCH] testsuite: arm: Add -mtune to all arm_cpu_* effective targets

2024-12-17 Thread Richard Earnshaw (lists)
On 17/12/2024 14:32, Torbjorn SVENSSON wrote: > > > On 2024-12-17 12:06, Richard Earnshaw (lists) wrote: >> On 17/12/2024 07:04, Torbjörn SVENSSON wrote: >>> Ok for trunk? >>> >>> -- >>> >>> Fixes Linaro CI reported regression on r15-6164-gbdf75257aad2 in >>> https://linaro.atlassian.net/browse/

Re: [PATCH] testsuite: arm: Add -mtune to all arm_cpu_* effective targets

2024-12-17 Thread Torbjorn SVENSSON
On 2024-12-17 15:41, Richard Earnshaw (lists) wrote: On 17/12/2024 14:32, Torbjorn SVENSSON wrote: On 2024-12-17 12:06, Richard Earnshaw (lists) wrote: On 17/12/2024 07:04, Torbjörn SVENSSON wrote: Ok for trunk? -- Fixes Linaro CI reported regression on r15-6164-gbdf75257aad2 in https:/

Re: [PATCH] testsuite: arm: Add -mtune to all arm_cpu_* effective targets

2024-12-17 Thread Torbjorn SVENSSON
On 2024-12-17 12:06, Richard Earnshaw (lists) wrote: On 17/12/2024 07:04, Torbjörn SVENSSON wrote: Ok for trunk? -- Fixes Linaro CI reported regression on r15-6164-gbdf75257aad2 in https://linaro.atlassian.net/browse/GNU-1463. gcc/testsuite/ChangeLog: * lib/target-supports.exp: Ad

Re: [PATCH] testsuite: arm: Add -mtune to all arm_cpu_* effective targets

2024-12-17 Thread Richard Earnshaw (lists)
On 17/12/2024 07:04, Torbjörn SVENSSON wrote: > Ok for trunk? > > -- > > Fixes Linaro CI reported regression on r15-6164-gbdf75257aad2 in > https://linaro.atlassian.net/browse/GNU-1463. > > gcc/testsuite/ChangeLog: > > * lib/target-supports.exp: Added corresponding -mtune= option >

[PATCH] testsuite: arm: Add -mtune to all arm_cpu_* effective targets

2024-12-16 Thread Torbjörn SVENSSON
Ok for trunk? -- Fixes Linaro CI reported regression on r15-6164-gbdf75257aad2 in https://linaro.atlassian.net/browse/GNU-1463. gcc/testsuite/ChangeLog: * lib/target-supports.exp: Added corresponding -mtune= option for each fo the arm_cpu_* effective targets. Signed-off-by: Tor