Re: [PATCH] testsuite: arm: Use -Os in memset-inline-8* tests

2025-01-09 Thread Torbjorn SVENSSON
On 2025-01-09 12:42, Richard Earnshaw (lists) wrote: On 22/12/2024 15:27, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? -- When the test was initially created, -fcommon was the default, but in commit r10-4867-g6271dd984d7 the default value changed to -fno-common. This change ma

Re: [PATCH] testsuite: arm: Use -Os in memset-inline-8* tests

2025-01-09 Thread Richard Earnshaw (lists)
On 22/12/2024 15:27, Torbjörn SVENSSON wrote: > Ok for trunk and releases/gcc-14? > > -- > > When the test was initially created, -fcommon was the default, but in > commit r10-4867-g6271dd984d7 the default value changed to -fno-common. > This change made the test start failing. To counter the ove

[PATCH] testsuite: arm: Use -Os in memset-inline-8* tests

2024-12-22 Thread Torbjörn SVENSSON
Ok for trunk and releases/gcc-14? -- When the test was initially created, -fcommon was the default, but in commit r10-4867-g6271dd984d7 the default value changed to -fno-common. This change made the test start failing. To counter the over-alignment caused by 'a' no longer being common, use -Os.