Re: [PATCH] use-after-scope fallout

2016-11-08 Thread David Malcolm
On Tue, 2016-11-08 at 13:00 +0100, Martin Liška wrote: > Hello. > > This is fallout fix where I changed: > > 1) Fix ICE for lambda functions (added test-case: use-after-scope > -4.C) > 2) Fix ICE in gimplify_switch_expr, at gimplify.c:2269 (fixed by not > adding > artificial variables) > 3) PR te

Re: [PATCH] use-after-scope fallout

2016-11-08 Thread Jakub Jelinek
On Tue, Nov 08, 2016 at 01:00:19PM +0100, Martin Liška wrote: > This is fallout fix where I changed: > > 1) Fix ICE for lambda functions (added test-case: use-after-scope-4.C) > 2) Fix ICE in gimplify_switch_expr, at gimplify.c:2269 (fixed by not adding > artificial variables) > 3) PR testsuite/78