Re: [PATCH] Support no newline in print_gimple_stmt

2016-11-14 Thread Richard Biener
On Fri, Nov 11, 2016 at 4:07 PM, Martin Liška wrote: > On 11/11/2016 01:10 PM, Richard Biener wrote: >> On Thu, Nov 10, 2016 at 4:36 PM, Martin Liška wrote: >>> I've just noticed that tree-ssa-dse wrongly prints a new line to dump file. >>> For the next stage1,

Re: [PATCH] Support no newline in print_gimple_stmt

2016-11-11 Thread Martin Liška
On 11/11/2016 01:10 PM, Richard Biener wrote: > On Thu, Nov 10, 2016 at 4:36 PM, Martin Liška 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

Re: [PATCH] Support no newline in print_gimple_stmt

2016-11-11 Thread Richard Biener
On Thu, Nov 10, 2016 at 4:36 PM, Martin Liška 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

[PATCH] Support no newline in print_gimple_stmt

2016-11-10 Thread Martin Liška
ot;\n"); Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin >From ab1ed77381f78a8940ca250ee0f5ef5cd6b87e7f Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Thu, 10 Nov 2016 14:54:00 +0100 Subject: [PATCH]