On Tue, Apr 15, 2025 at 02:38:19PM +0000, Kyrylo Tkachov wrote: > Thanks! As discussed on IRC we’ll work on addressing these. I’ve pushed the > patch with 6d9fdf4bf57 after one more bootstrap on aarch64-none-linux-gnu.
This broke +FAIL: gcc.dg/completion-2.c (test for excess errors) +FAIL: gcc.dg/completion-2.c expected multiline pattern lines 5-11 Fixed thusly, tested on x86_64-linux, committed to trunk as obvious. 2025-04-16 Jakub Jelinek <ja...@redhat.com> * gcc.dg/completion-2.c: Expect also -flto-partition=default line. --- gcc/testsuite/gcc.dg/completion-2.c.jj 2024-06-14 19:45:09.119781881 +0200 +++ gcc/testsuite/gcc.dg/completion-2.c 2025-04-16 00:14:01.295996220 +0200 @@ -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 Jakub