From 674b0875a9861e61544e7040452ac22142db7c8b Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 16 Apr 2025 00:30:09 +0200 Subject: 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. --- gcc/testsuite/gcc.dg/completion-2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') diff --git a/gcc/testsuite/gcc.dg/completion-2.c b/gcc/testsuite/gcc.dg/completion-2.c index 99e6531..46c511c 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 -- cgit v1.1