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
ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? > Martin > >From 36eb4a8b3542729c9c428ac319d8422bea677869 Mon Sep 17 00:00:00 2001 > From: marxin > Date: Mon, 7 Nov 2016 14:49:00 +0100 > Subject: [PATCH] use-after-scope fallout > > gcc/tes

[PATCH] use-after-scope fallout

2016-11-08 Thread Martin Liška
rom 36eb4a8b3542729c9c428ac319d8422bea677869 Mon Sep 17 00:00:00 2001 From: marxin Date: Mon, 7 Nov 2016 14:49:00 +0100 Subject: [PATCH] use-after-scope fallout gcc/testsuite/ChangeLog: 2016-11-08 Martin Liska PR testsuite/78242 * g++.dg/asan/use-after-scope-4.C: New test. * g++.dg/asan/use-after-scope-types-4.C: Upd