Re: [PATCH] testsuite: Define missing and use ET for arm_arch_* and arm_cpu_*

2024-10-09 Thread Torbjorn SVENSSON
On 2024-10-09 12:18, Richard Earnshaw (lists) wrote: On 07/10/2024 20:04, Torbjorn SVENSSON wrote: Hi Richard, On 2024-10-07 12:45, Richard Earnshaw (lists) wrote: On 07/10/2024 09:03, Torbjörn SVENSSON wrote: Ok for trunk? -- Update test cases to use -mcpu=unset/-march=unset feature int

Re: [PATCH] testsuite: Define missing and use ET for arm_arch_* and arm_cpu_*

2024-10-09 Thread Richard Earnshaw (lists)
On 07/10/2024 20:04, Torbjorn SVENSSON wrote: Hi Richard, On 2024-10-07 12:45, Richard Earnshaw (lists) wrote: On 07/10/2024 09:03, Torbjörn SVENSSON wrote: Ok for trunk? -- Update test cases to use -mcpu=unset/-march=unset feature introduced in r15-3606-g7d6c6a0d15c. The acronym ET isn't

Re: [PATCH] testsuite: Define missing and use ET for arm_arch_* and arm_cpu_*

2024-10-07 Thread Torbjorn SVENSSON
Hi Richard, On 2024-10-07 12:45, Richard Earnshaw (lists) wrote: On 07/10/2024 09:03, Torbjörn SVENSSON wrote: Ok for trunk? -- Update test cases to use -mcpu=unset/-march=unset feature introduced in r15-3606-g7d6c6a0d15c. The acronym ET isn't one I recognize - I'm guessing you intend it to

Re: [PATCH] testsuite: Define missing and use ET for arm_arch_* and arm_cpu_*

2024-10-07 Thread Richard Earnshaw (lists)
On 07/10/2024 09:03, Torbjörn SVENSSON wrote: > Ok for trunk? > > -- > > Update test cases to use -mcpu=unset/-march=unset feature introduced in > r15-3606-g7d6c6a0d15c. The acronym ET isn't one I recognize - I'm guessing you intend it to be Effective Target, rather than Extra Terrestrial, or E

[PATCH] testsuite: Define missing and use ET for arm_arch_* and arm_cpu_*

2024-10-07 Thread Torbjörn SVENSSON
Ok for trunk? -- Update test cases to use -mcpu=unset/-march=unset feature introduced in r15-3606-g7d6c6a0d15c. gcc/testsuite/ChangeLog * gcc.target/arm/pr65647.c: Use ET arm_arch_v6m. * gcc.target/arm/mod_2.c: Use ET arm_cpu_cortex_a57. * gcc.target/arm/mod_256.c: Likew