This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 368ba7aed46 c++, coroutines: Fix handling of bool await_suspend() [PR115905]. new c5fd1a48385 libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512] new f91fe35aa14 libstdc++: Add assertion for valid facet type arguments
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: libstdc++-v3/include/bits/locale_classes.h | 6 +++++ libstdc++-v3/include/bits/locale_classes.tcc | 4 +++ libstdc++-v3/include/pstl/execution_impl.h | 21 +++++++++++---- .../testsuite/25_algorithms/pstl/110512.cc | 31 ++++++++++++++++++++++ 4 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/pstl/110512.cc