On Fri, Nov 11, 2016 at 4:07 PM, Martin Liška <mli...@suse.cz> wrote: > On 11/11/2016 01:10 PM, Richard Biener wrote: >> 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)? > > OK, let's do it simple ;) There's a new output: > > Deleted dead store: *p_2(D) = 0; > > Ready to install the patch after it finishes regression tests?
Ok. Richard. > Thanks, > Martin > >> >> Richard. >> >>> Martin >