This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0f52a92ab24 libstdc++: Disable std::formatter<char8_t, C> specialization new 43eab54939d libgcc, Darwin: From macOS 11, make that the earliest supported. new 0312b666775 testsuite, coroutines: Add tests for non-supension ramp returns.
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: .../special-termination-00-sync-completion.C | 127 ++++++++++++++++++++ .../torture/special-termination-01-self-destruct.C | 129 +++++++++++++++++++++ libgcc/config.host | 5 +- libgcc/config/t-darwin-min-11 | 3 + 4 files changed, 263 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/special-termination-00- [...] create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/special-termination-01- [...] create mode 100644 libgcc/config/t-darwin-min-11