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 29f86ee2c44 AArch64: Add Neoverse N2 tuning model new 1e8cd9628dc c++: Set the constraints of a class type sooner [PR96229] new 5b814b6b618 libstdc++: Make ranges::construct_at constexpr-friendly [PR95788]
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/parser.c | 8 +++---- gcc/cp/pt.c | 7 +++--- gcc/testsuite/g++.dg/cpp2a/concepts-class2.C | 11 +++++++++ libstdc++-v3/include/bits/ranges_uninitialized.h | 10 +++++--- .../specialized_algorithms/construct_at/95788.cc} | 27 +++++++++++----------- 5 files changed, 39 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-class2.C copy libstdc++-v3/testsuite/{26_numerics/accumulate/constexpr.cc => 20_util/specia [...]