Re: [PATCH] Fix nonlocalized vars regression caused by vec changes (PR debug/55665)

2012-12-13 Thread Richard Biener
On Wed, Dec 12, 2012 at 8:58 PM, Jakub Jelinek wrote: > Hi! > > Before http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193595 > aka the big vec.h changes, nonlocalized_list parameter to remap_decls > used to be **, but the changes changed it to *. That is a problem, > because then there is no di

Re: [PATCH] Fix nonlocalized vars regression caused by vec changes (PR debug/55665)

2012-12-12 Thread Diego Novillo
On Wed, Dec 12, 2012 at 2:58 PM, Jakub Jelinek wrote: > 2012-12-12 Jakub Jelinek > > PR debug/55665 > * tree-inline.c (remap_decls): Change nonlocalized_list > to pointer to pointer to vector from pointer to vector. > (remap_block): Pass address of BLOCK_NONLOCA

[PATCH] Fix nonlocalized vars regression caused by vec changes (PR debug/55665)

2012-12-12 Thread Jakub Jelinek
Hi! Before http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193595 aka the big vec.h changes, nonlocalized_list parameter to remap_decls used to be **, but the changes changed it to *. That is a problem, because then there is no difference between the case where we don't want to push anything to