On Wed, Jan 21, 2015 at 06:59:02PM +0100, Bernd Edlinger wrote: > Hi, > > this patch fixed the no_sanitize_thread decl attribute again. > > Boot-strapped and regression-tested on x86_64-linux-gnu. > OK for trunk?
Ok, thanks. > gcc/ChangeLog: > 2015-01-21 Bernd Edlinger <bernd.edlin...@hotmail.de> > > * gimplify.c (gimplify_function_tree): Check the no_sanitize_thread > decl attribute. > > gcc/testsuite/ChangeLog > 2015-01-21 Bernd Edlinger <bernd.edlin...@hotmail.de> > > * gcc/testsuite/c-c++-common/tsan/step.c: New testcase. > Jakub