Re: [committed] Don't instrument clobbers with asan (PR c++/62017)

2014-09-20 Thread Jakub Jelinek
On Sat, Sep 20, 2014 at 10:42:01PM -0400, Jason Merrill wrote: > On 09/18/2014 10:12 AM, Jakub Jelinek wrote: > >Clobber stmts, being artificial statements, were certainly never > >meant to be instrumented. In 4.8 when asan has been introduced into gcc, > >the lhs of clobber could be only a decl a

Re: [committed] Don't instrument clobbers with asan (PR c++/62017)

2014-09-20 Thread Jason Merrill
On 09/18/2014 10:12 AM, Jakub Jelinek wrote: Clobber stmts, being artificial statements, were certainly never meant to be instrumented. In 4.8 when asan has been introduced into gcc, the lhs of clobber could be only a decl and as a whole decl store would not be really instrumented, but with *thi

[committed] Don't instrument clobbers with asan (PR c++/62017)

2014-09-18 Thread Jakub Jelinek
Hi! Clobber stmts, being artificial statements, were certainly never meant to be instrumented. In 4.8 when asan has been introduced into gcc, the lhs of clobber could be only a decl and as a whole decl store would not be really instrumented, but with *this clobbers in 4.9 that is no longer the ca