This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d6ff2207412 c++: Fix ICE with constexpr init and [[no_unique_address]] [...] new b9934ad88d6 c++: Add test for DR 1423, Convertibility of nullptr to bool. new 4a305fa2fd4 c++: Fix ICE with static_cast when converting from int[] [PR93862] new 8017d95c7f5 libstdc++: Add __maybe_const_t and __maybe_empty_t aliases new 113f0a639db libstdc++ Two simplifications for lexicographical_compare
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/ChangeLog | 8 +++++ gcc/cp/call.c | 3 +- gcc/cp/cp-tree.h | 1 + gcc/cp/typeck.c | 2 +- gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/g++.dg/DRs/dr1423.C | 7 +++++ gcc/testsuite/g++.dg/cpp0x/rv-cast7.C | 6 ++++ libstdc++-v3/ChangeLog | 17 ++++++++++ libstdc++-v3/include/bits/ranges_algo.h | 10 +++--- libstdc++-v3/include/bits/stl_algobase.h | 21 +++++-------- libstdc++-v3/include/std/ranges | 53 +++++++++++++++++--------------- 11 files changed, 92 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/g++.dg/DRs/dr1423.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-cast7.C