Re: [PATCH] pr 63325 - make fold ignore decl_with_vis.symtab_node

2015-01-22 Thread Jakub Jelinek
On Thu, Jan 22, 2015 at 06:02:06AM -0500, tbsaunde+...@tbsaunde.org wrote: > From: Trevor Saunders > > Hi, > > fold calls symtab_node::get_create () which can change this field from NULL to > point to a new object. It doesn't seem to really matter when the object gets > created and I don't thin

[PATCH] pr 63325 - make fold ignore decl_with_vis.symtab_node

2015-01-22 Thread tbsaunde+gcc
From: Trevor Saunders Hi, fold calls symtab_node::get_create () which can change this field from NULL to point to a new object. It doesn't seem to really matter when the object gets created and I don't think it changes any properties of the tree object. So I think it makes sense to do here wha