This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1432bc36812 Add .clang-tidy to git ignored. new 06712fc68dc tsan: Add param to disable func-entry-exit instrumentation
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/gimplify.c | 3 ++- gcc/params.opt | 4 +++ gcc/testsuite/c-c++-common/tsan/func_entry_exit.c | 29 ++++++++++++++++++++++ .../c-c++-common/tsan/func_entry_exit_disabled.c | 29 ++++++++++++++++++++++ gcc/tsan.c | 4 ++- 5 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/tsan/func_entry_exit.c create mode 100644 gcc/testsuite/c-c++-common/tsan/func_entry_exit_disabled.c