This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 615e392c8b1 Daily bump. new d3cb17bed3a c++: prev declared hidden tmpl friend inst, cont [PR119807] new d4f5243c6f5 libstdc++: Implement LWG 4027 change to possibly-const-rang [...] new d03c58584da libstdc++: Add code comment documenting LWG 4027 change [PR118083] new d23d35d3b76 libstdc++: Improve optional's <=> constraint recursion work [...]
The 4 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/pt.cc | 4 ++ gcc/testsuite/g++.dg/template/friend86.C | 25 +++++++++++++ gcc/testsuite/g++.dg/template/friend87.C | 42 +++++++++++++++++++++ libstdc++-v3/include/bits/ranges_base.h | 6 ++- libstdc++-v3/include/std/optional | 3 +- libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 17 +++++++++ libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 21 ++++++----- libstdc++-v3/testsuite/std/ranges/access/cend.cc | 30 ++------------- .../testsuite/std/ranges/access/crbegin.cc | 43 +++++----------------- libstdc++-v3/testsuite/std/ranges/access/crend.cc | 20 ++++++---- libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 8 ++-- .../testsuite/std/ranges/adaptors/take_while.cc | 2 - .../testsuite/std/ranges/adaptors/transform.cc | 4 -- 13 files changed, 134 insertions(+), 91 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/friend86.C create mode 100644 gcc/testsuite/g++.dg/template/friend87.C