From: Jakub Jelinek Date: Tue, 15 Apr 2025 22:30:09 +0000 (+0200) Subject: testsuite: Fix up completion-2.c test X-Git-Tag: basepoints/gcc-16~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=674b0875a9861e61544e7040452ac22142db7c8b;p=thirdparty%2Fgcc.git testsuite: Fix up completion-2.c test The r15-9487 change has added -flto-partition=default, which broke the completion-2.c testcase because that case is now also printed during completion. 2025-04-16 Jakub Jelinek * gcc.dg/completion-2.c: Expect also -flto-partition=default line. --- diff --git a/gcc/testsuite/gcc.dg/completion-2.c b/gcc/testsuite/gcc.dg/completion-2.c index 99e65312201..46c511c8c2f 100644 --- a/gcc/testsuite/gcc.dg/completion-2.c +++ b/gcc/testsuite/gcc.dg/completion-2.c @@ -5,6 +5,7 @@ -flto-partition=1to1 -flto-partition=balanced -flto-partition=cache +-flto-partition=default -flto-partition=max -flto-partition=none -flto-partition=one