This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c45e67ac67 Daily bump. new 58a7b1e3545 coroutines: Do not promote temporaries that will be elided. new 7fe8aca8a62 libsanitizer, Darwin: Restrict build to Darwin 16 or newer. new e76a44bf68b libstdc++, Darwin: Fix weak attribute to use __weak__ inste [...]
The 3 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/cp/coroutines.cc | 1 + gcc/testsuite/g++.dg/coroutines/pr100611.C | 94 +++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr101367.C | 72 ++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr101976.C | 78 ++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr99576_1.C | 124 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr99576_2.C | 72 ++++++++++++++ libsanitizer/configure.tgt | 2 +- libstdc++-v3/config/os/bsd/darwin/os_defines.h | 10 +- 8 files changed, 447 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr100611.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr101367.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr101976.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99576_1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99576_2.C