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 over-alignment > caused by 'a' no longer being common, use -Os. > > gcc/testsuite/ChangeLog: > > * gcc.target/arm/memset-inline-8.c: Use -Os and prefix assembler > instructions with a tab to improve test stability. > * gcc.target/arm/memset-inline-8-exe.c: Use -Os. > > Signed-off-by: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com>
OK. R.