Re: [PATCH v2] Make lto-dump dump callgraph in DOT format

2019-07-12 Thread Jeff Law
On 7/12/19 2:36 PM, Giuliano Belinassi wrote: > Hi, > > It seems that this patch wasn't merged to trunk yet. Is there any > problem to it? Nope. Just assumed you had access and would commit it yourself. I'll go ahead and commit it for you shortly. jeff

Re: [PATCH v2] Make lto-dump dump callgraph in DOT format

2019-07-12 Thread Giuliano Belinassi
Hi, It seems that this patch wasn't merged to trunk yet. Is there any problem to it? On 07/02, Jeff Law wrote: > On 7/2/19 6:36 AM, Giuliano Belinassi wrote: > > This patch makes lto-dump the symtab callgraph in graphviz DOT format. > > > > Previously, the suggested patch had some minor and chec

Re: [PATCH v2] Make lto-dump dump callgraph in DOT format

2019-07-02 Thread Jeff Law
On 7/2/19 6:36 AM, Giuliano Belinassi wrote: > This patch makes lto-dump the symtab callgraph in graphviz DOT format. > > Previously, the suggested patch had some minor and checkstyle issues > that were fixed in this version. > > > gcc/ChangeLog > 2019-07-02 Giuliano Belinassi > >

Re: [PATCH v2] Make lto-dump dump callgraph in DOT format

2019-07-02 Thread Martin Liška
On 7/2/19 2:36 PM, Giuliano Belinassi wrote: > This patch makes lto-dump the symtab callgraph in graphviz DOT format. > > Previously, the suggested patch had some minor and checkstyle issues > that were fixed in this version. > > > gcc/ChangeLog > 2019-07-02 Giuliano Belinassi > >

[PATCH v2] Make lto-dump dump callgraph in DOT format

2019-07-02 Thread Giuliano Belinassi
This patch makes lto-dump the symtab callgraph in graphviz DOT format. Previously, the suggested patch had some minor and checkstyle issues that were fixed in this version. gcc/ChangeLog 2019-07-02 Giuliano Belinassi * cgraph.c (dump_graphviz): New function *