On Thu, Nov 10, 2016 at 12:02:45PM +0100, Martin Liška wrote:
> >From fb4b852a17656309e6acfb8da97cf9bce4b3b176 Mon Sep 17 00:00:00 2001
> From: marxin <[email protected]>
> Date: Wed, 9 Nov 2016 11:52:00 +0100
> Subject: [PATCH] Create live_switch_vars conditionally (PR sanitizer/78270)
>
> gcc/testsuite/ChangeLog:
>
> 2016-11-09 Martin Liska <[email protected]>
>
Missing
PR sanitizer/78270
note.
> * gcc.dg/asan/pr78269.c: New test.
Misnamed test, should be pr78270.c.
>
> gcc/ChangeLog:
>
> 2016-11-09 Martin Liska <[email protected]>
>
Also missing the PR line.
> * gimplify.c (gimplify_switch_expr): Create live_switch_vars
> only when SWITCH_BODY is a BIND_EXPR.
Ok with those nits fixed.
Jakub