Hello. As mentioned in the PR, the code as dead as changed is assigned to true. The corresponding newline is properly printed at line 1204.
I'm going to push it as obvious. Martin gcc/ChangeLog: PR ipa/98652 * cgraphunit.c (analyze_functions): Remove dead code. --- gcc/cgraphunit.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index cf64e56ab95..b401f0817a3 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1191,8 +1191,6 @@ analyze_functions (bool first_time) changed = true; if (symtab->dump_file) fprintf (symtab->dump_file, " %s", node->dump_asm_name ()); - if (!changed && symtab->dump_file) - fprintf (symtab->dump_file, "\n"); } if (node == first_analyzed || node == first_analyzed_var) -- 2.29.2