Re: [PATCH] Fix nested function ICE with VLAs (PR middle-end/59011)

2013-12-03 Thread Richard Biener
On Tue, 3 Dec 2013, Jakub Jelinek wrote: > Hi! > > tree-nested.c uses declare_vars with last argument true, which > relies on BLOCK_VARS of gimple_bind_block being a tail > of the gimple_bind_vars chain. But unfortunately a debug info > improvement I've added to gimplify_var_or_parm_decl 4 years

Re: [PATCH] Fix nested function ICE with VLAs (PR middle-end/59011)

2013-12-02 Thread Jeff Law
On 12/02/13 16:02, Jakub Jelinek wrote: Hi! tree-nested.c uses declare_vars with last argument true, which relies on BLOCK_VARS of gimple_bind_block being a tail of the gimple_bind_vars chain. But unfortunately a debug info improvement I've added to gimplify_var_or_parm_decl 4 years ago violate

[PATCH] Fix nested function ICE with VLAs (PR middle-end/59011)

2013-12-02 Thread Jakub Jelinek
Hi! tree-nested.c uses declare_vars with last argument true, which relies on BLOCK_VARS of gimple_bind_block being a tail of the gimple_bind_vars chain. But unfortunately a debug info improvement I've added to gimplify_var_or_parm_decl 4 years ago violates this assumption, in that it adds some VA