This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e76100ced60 testsuite: Fix position of changelog entry new 0e665f256b4 c++: Constrained inherited constructor template [PR94549] new 87841658d4f libstdc++: Fix __normal_iterator comparisons for C++20
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: gcc/cp/ChangeLog | 4 + gcc/cp/constraint.cc | 7 +- gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/g++.dg/concepts/inherit-ctor3.C | 4 +- .../g++.dg/cpp2a/concepts-inherit-ctor4.C | 4 +- .../g++.dg/cpp2a/concepts-inherit-ctor8.C | 20 +++++ libstdc++-v3/ChangeLog | 4 + libstdc++-v3/include/bits/stl_iterator.h | 7 +- .../24_iterators/normal_iterator/cmp_c++20.cc | 95 ++++++++++++++++++++++ 9 files changed, 141 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor8.C create mode 100644 libstdc++-v3/testsuite/24_iterators/normal_iterator/cmp_c++20.cc