Re: [PATCH] Make lto-dump dump symtab callgraph in graphviz format

2019-07-02 Thread Martin Liška
On 7/1/19 7:32 PM, Giuliano Belinassi wrote: > Hi, Liška > > I incorporated all your suggestions to the patch, but before sending the > v2 I want to discuss some errors reported by the style script. > >> === ERROR type #1: blocks of 8 spaces should be replaced with tabs (16 >> error(s)) === >> gc

Re: [PATCH] Make lto-dump dump symtab callgraph in graphviz format

2019-07-01 Thread Giuliano Belinassi
Hi, Liška I incorporated all your suggestions to the patch, but before sending the v2 I want to discuss some errors reported by the style script. >=== ERROR type #1: blocks of 8 spaces should be replaced with tabs (16 >error(s)) === >gcc/lto/lto-dump.c:263:22:" -list [options] Dump

Re: [PATCH] Make lto-dump dump symtab callgraph in graphviz format

2019-07-01 Thread Martin Liška
On 7/1/19 2:56 PM, Giuliano Belinassi wrote: > Hi, > > On 07/01, Martin Jambor wrote: >> On Sat, Jun 29 2019, Giuliano Belinassi wrote: >>> This patch makes lto-dump dump the symbol table callgraph in graphviz >>> format. >> -ENOPATCH > Sorry, > I forgot the most important. Here it is. Hello. I

Re: [PATCH] Make lto-dump dump symtab callgraph in graphviz format

2019-07-01 Thread Giuliano Belinassi
Hi, On 07/01, Martin Jambor wrote: > On Sat, Jun 29 2019, Giuliano Belinassi wrote: > > This patch makes lto-dump dump the symbol table callgraph in graphviz > > format. > > -ENOPATCH Sorry, I forgot the most important. Here it is. > > Martin > > > > > I've not added any test to this because I

Re: [PATCH] Make lto-dump dump symtab callgraph in graphviz format

2019-07-01 Thread Martin Jambor
On Sat, Jun 29 2019, Giuliano Belinassi wrote: > This patch makes lto-dump dump the symbol table callgraph in graphviz > format. -ENOPATCH Martin > > I've not added any test to this because I couldn't find a way to call > lto-dump from the testsuite. Also, any feedback with regard to how can > I