This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from b1c3d3111a0 coroutines: Collect the function body rewrite code. new 4c994586cbd libstdc++: Remove noexcept from match_results comparisons ( [...] new 161fb9dfc88 libstdc++: Strip cv-qualifiers in std::atomic<FP> (PR 95282) new 01bea59d4b6 Daily bump.
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/ChangeLog | 8 +++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 24 +++++++ gcc/fortran/ChangeLog | 10 +++ gcc/testsuite/ChangeLog | 19 ++++++ libstdc++-v3/ChangeLog | 23 +++++++ libstdc++-v3/include/bits/atomic_base.h | 10 +-- libstdc++-v3/include/bits/regex.h | 4 +- .../testsuite/28_regex/match_results/94627.cc | 75 ++++++++++++++++++++++ .../atomic_float/95282.cc} | 16 +++-- 10 files changed, 177 insertions(+), 14 deletions(-) create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/94627.cc copy libstdc++-v3/testsuite/{26_numerics/iota/constexpr.cc => 29_atomics/atomic_fl [...]