Re: [committed] testsuite: Prune warning about size of enums

2024-08-19 Thread Christophe Lyon
On 8/19/24 10:56, Torbjörn SVENSSON wrote: Committed as obvious in r15-3017 and r14-10602. > -- This fixes reported regression at https://linaro.atlassian.net/browse/GNU-1315. Thanks. This happens because libs/startup code are compiled with the default short-enums scheme for the target, w

[committed] testsuite: Prune warning about size of enums

2024-08-19 Thread Torbjörn SVENSSON
Committed as obvious in r15-3017 and r14-10602. -- This fixes reported regression at https://linaro.atlassian.net/browse/GNU-1315. gcc/testsuite/ChangeLog: * g++.dg/warn/pr33738-2.C: dg-prune arm linker messages about size of enums. Signed-off-by: Torbjörn SVENSSON --- gcc/te