Re: [tsan] instrument_expr improvements

2012-11-29 Thread Richard Biener
On Thu, 29 Nov 2012, Jakub Jelinek wrote: > Hi! > > As discussed earlier on mailing list and on IRC with Richard, > pt_solution_includes can be used for testing of whether var > might escape current function (for -O0 unfortunately returns > true even for !may_be_aliased automatic vars, so I'm tes

Re: [tsan] instrument_expr improvements

2012-11-29 Thread Dmitry Vyukov
On Thu, Nov 29, 2012 at 4:24 PM, Jakub Jelinek wrote: > Hi! > > As discussed earlier on mailing list and on IRC with Richard, > pt_solution_includes can be used for testing of whether var > might escape current function (for -O0 unfortunately returns > true even for !may_be_aliased automatic vars,