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
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
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