Re: [PATCH] Simple enhancements to dumping in ipa.c and ipa-cp.c

2014-04-02 Thread Martin Jambor
Hi, On Wed, Apr 02, 2014 at 06:08:27PM +0200, Jan Hubicka wrote: > > On Wed, 2 Apr 2014, Martin Jambor wrote: > > > > > Hi, > > > > > > recently I've been looking into a number of bugs involving > > > symtab_remove_unreachable_nodes in one way or another and I have > > > always started by applyi

Re: [PATCH] Simple enhancements to dumping in ipa.c and ipa-cp.c

2014-04-02 Thread Jan Hubicka
> On Wed, 2 Apr 2014, Martin Jambor wrote: > > > Hi, > > > > recently I've been looking into a number of bugs involving > > symtab_remove_unreachable_nodes in one way or another and I have > > always started by applying the hunk below. I did this because > > distinguishing different symbol nodes

Re: [PATCH] Simple enhancements to dumping in ipa.c and ipa-cp.c

2014-04-02 Thread Richard Biener
On Wed, 2 Apr 2014, Martin Jambor wrote: > Hi, > > recently I've been looking into a number of bugs involving > symtab_remove_unreachable_nodes in one way or another and I have > always started by applying the hunk below. I did this because > distinguishing different symbol nodes only according

[PATCH] Simple enhancements to dumping in ipa.c and ipa-cp.c

2014-04-02 Thread Martin Jambor
Hi, recently I've been looking into a number of bugs involving symtab_remove_unreachable_nodes in one way or another and I have always started by applying the hunk below. I did this because distinguishing different symbol nodes only according to their names is just so inconvenient, especially whe