Re: [PATCH] Do not sanitize in lower_omp_target context (PR, sanitizer/78815).

2017-01-05 Thread Jakub Jelinek
On Thu, Jan 05, 2017 at 09:42:54AM +0100, Martin Liška wrote: > I like your approach, I'm sending updated patch which bootstraps and survives > regression tests. > > Ready to be installed? > Martin > >From 42887cf5fe7d94709ee5356fb6534c7a4fc26bff Mon Sep 17 00:00:00 2001 > From: marxin > Date: W

Re: [PATCH] Do not sanitize in lower_omp_target context (PR, sanitizer/78815).

2017-01-05 Thread Martin Liška
On 01/04/2017 10:31 AM, Jakub Jelinek wrote: > On Wed, Jan 04, 2017 at 10:19:28AM +0100, Martin Liška wrote: >> PING^1 >> >> On 12/16/2016 01:04 PM, Martin Liška wrote: >>> Currently, use-after-scope relies on fact that entry point of >>> gimplify_decl_expr >>> is gimplify_function_tree. Fixed by

Re: [PATCH] Do not sanitize in lower_omp_target context (PR, sanitizer/78815).

2017-01-04 Thread Jakub Jelinek
On Wed, Jan 04, 2017 at 10:19:28AM +0100, Martin Liška wrote: > PING^1 > > On 12/16/2016 01:04 PM, Martin Liška wrote: > > Currently, use-after-scope relies on fact that entry point of > > gimplify_decl_expr > > is gimplify_function_tree. Fixed by checking if asan_poisoned_variables is > > non-n

Re: [PATCH] Do not sanitize in lower_omp_target context (PR, sanitizer/78815).

2017-01-04 Thread Martin Liška
PING^1 On 12/16/2016 01:04 PM, Martin Liška wrote: > Currently, use-after-scope relies on fact that entry point of > gimplify_decl_expr > is gimplify_function_tree. Fixed by checking if asan_poisoned_variables is > non-null. > > Patch can bootstrap on ppc64le-redhat-linux and survives regressio

[PATCH] Do not sanitize in lower_omp_target context (PR, sanitizer/78815).

2016-12-16 Thread Martin Liška
rom 6acf276399b574ced231096eb1eceb32771118e3 Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 15 Dec 2016 18:23:24 +0100 Subject: [PATCH] Do not sanitize in lower_omp_target context (PR sanitizer/78815). gcc/ChangeLog: 2016-12-15 Martin Liska PR sanitizer/78815 * gimplify.c (gimplify_decl_expr): Do not sanit