This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a296846 Daily bump. new 517906f PR c/68966 - atomic_fetch_* on atomic_bool not diagnosed
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/ChangeLog | 6 +++ gcc/c-family/ChangeLog | 7 ++++ gcc/c-family/c-common.c | 37 +++++++++++++++--- gcc/doc/extend.texi | 14 +++++-- gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.dg/atomic-fetch-bool.c | 64 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/sync-fetch-bool.c | 54 +++++++++++++++++++++++++++ 7 files changed, 180 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/atomic-fetch-bool.c create mode 100644 gcc/testsuite/gcc.dg/sync-fetch-bool.c