This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 61e3c180ad6 Fix PR tree-optimization/98272 new 5c5eb7e4872 options: fix integer overflow new 8833eab4461 Add -Wtsan.
The 2 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/common.opt | 4 ++++ gcc/doc/invoke.texi | 12 +++++++++++- gcc/opts-common.c | 12 +++++++++--- gcc/testsuite/gcc.dg/pr98271.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/tsan/atomic-fence.c | 11 +++++++++++ gcc/tsan.c | 6 ++++++ 6 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr98271.c create mode 100644 gcc/testsuite/gcc.dg/tsan/atomic-fence.c