This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 5aee8c2a33a Fortran - allow target of pointer from evaluation of functi [...] new 9532344edcf c++: do_class_deduction and dependent init [PR93383] new c6a94ee07e3 libstdc++: Fix up lambda in join_view::_Iterator::operator+ [...]
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/pt.c | 4 +++ gcc/testsuite/g++.dg/cpp2a/nontype-class39.C | 2 -- gcc/testsuite/g++.dg/cpp2a/nontype-class45.C | 32 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class46.C | 11 +++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class47.C | 11 +++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class48.C | 36 ++++++++++++++++++++++ libstdc++-v3/include/std/ranges | 2 +- libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 11 +++++++ 8 files changed, 106 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class45.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class46.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class47.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class48.C