https://gcc.gnu.org/g:674b0875a9861e61544e7040452ac22142db7c8b
commit r15-9507-g674b0875a9861e61544e7040452ac22142db7c8b Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Apr 16 00:30:09 2025 +0200 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 <ja...@redhat.com> * gcc.dg/completion-2.c: Expect also -flto-partition=default line. Diff: --- gcc/testsuite/gcc.dg/completion-2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/completion-2.c b/gcc/testsuite/gcc.dg/completion-2.c index 99e653122016..46c511c8c2f4 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