From: Torbjörn SVENSSON Date: Mon, 19 Aug 2024 08:44:44 +0000 (+0200) Subject: testsuite: Prune warning about size of enums X-Git-Tag: basepoints/gcc-16~6536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d8b9b772e0b3969e6b3fcf0363d6afcce2e65c9;p=thirdparty%2Fgcc.git testsuite: Prune warning about size of enums 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 --- diff --git a/gcc/testsuite/g++.dg/warn/pr33738-2.C b/gcc/testsuite/g++.dg/warn/pr33738-2.C index 84bbdaeecc7..1ab121893ee 100644 --- a/gcc/testsuite/g++.dg/warn/pr33738-2.C +++ b/gcc/testsuite/g++.dg/warn/pr33738-2.C @@ -1,4 +1,5 @@ // { dg-do run } +// { dg-prune-output "use of enum values across objects may fail" } // { dg-options "-O2 -Wtype-limits -fstrict-enums -fshort-enums" } extern void link_error (void);