Re: [PATCH] Fix VAR_DECL w/o a BIND_EXPR (PR sanitize/80659).

2017-05-15 Thread Richard Biener
On Mon, May 15, 2017 at 12:17 PM, Martin Liška wrote: > Hello. > > There are situations where local variables (defined in a switch scope) do > not belong to any BIND_EXPR. Thus, we ICE due to gcc_assert > (gimplify_ctxp->live_switch_vars->elements () == 0); > > Is there any

[PATCH] Fix VAR_DECL w/o a BIND_EXPR (PR sanitize/80659).

2017-05-15 Thread Martin Liška
tstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin >From 3d906f714f9e56d1d8bc4c70464699c0742dc08c Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Fri, 12 May 2017 14:08:49 +0200 Subject: [PATCH] Fix VAR_DECL w/o a BIND_EXPR (PR saniti