On Thu, Nov 10, 2016 at 4:36 PM, Martin Liška <mli...@suse.cz> wrote: > I've just noticed that tree-ssa-dse wrongly prints a new line to dump file. > For the next stage1, I'll go through usages of print_gimple_stmt and remove > extra new lines like: > > gcc/auto-profile.c: print_gimple_stmt (dump_file, stmt, 0, TDF_SLIM); > gcc/auto-profile.c- fprintf (dump_file, "\n"); > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed?
Err, why not just remove the excess newlines (and drop the ' quotes)? Richard. > Martin