This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 16948c54b75 libstdc++: Add some C++20 additions to <chrono> new 2a1f0f64160 coroutines: Implement n4849 changes to exception handling.
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/cp/ChangeLog | 14 ++ gcc/cp/coroutines.cc | 93 ++++++++- gcc/testsuite/ChangeLog | 4 + .../torture/exceptions-test-01-n4849-a.C | 213 +++++++++++++++++++++ 4 files changed, 319 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/exceptions-test-01-n4849-a.C