This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 0c0f453c4af c++: new-expr of array of deduced class tmpl [PR101988] adds 14f339894db libstdc++: fix typo in acinclude.m4. adds ce6054a22ae c++: constrained partial spec using qualified name [PR92944 [...] adds dec8d0e5fa0 c++: non-dependent immediate member fn call [PR99895] adds 9cbfbe2497c contrib: Put gcc-descr and gcc-undescr to file. adds bb6a8d1d52d git-undescr.sh: Support full output of git-descr.sh. new 7eb61a45a17 Fortran: add missing conversions for result of intrinsics t [...] new fd59d5d4a2e c++: Add a couple of CTAD testcases [PR82632] new b51fb28ed29 Fortran: fix issues with internal conversion between defaul [...]
The 3 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: contrib/gcc-git-customization.sh | 4 +-- contrib/git-descr.sh | 37 +++++++++++++++++++++ contrib/git-undescr.sh | 13 ++++++++ gcc/cp/call.cc | 38 ++++++++-------------- gcc/cp/parser.cc | 18 ++++------ gcc/cp/pt.cc | 6 ++-- gcc/cp/tree.cc | 5 +-- gcc/fortran/expr.cc | 3 +- gcc/fortran/target-memory.cc | 7 ++-- gcc/fortran/trans-intrinsic.cc | 13 ++++---- gcc/testsuite/g++.dg/cpp1z/class-deduction104.C | 17 ++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction105.C | 17 ++++++++++ .../g++.dg/cpp2a/concepts-partial-spec10.C | 17 ++++++++++ .../g++.dg/cpp2a/concepts-partial-spec11.C | 19 +++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval-memfn1.C | 27 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval-memfn2.C | 34 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval28.C | 10 ++++++ gcc/testsuite/gfortran.dg/pr84784.f90 | 27 +++++++++++++++ gcc/testsuite/gfortran.dg/transfer_simplify_14.f90 | 27 +++++++++++++++ gcc/tree.cc | 2 +- gcc/tree.h | 2 +- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/configure | 2 +- 23 files changed, 292 insertions(+), 55 deletions(-) create mode 100755 contrib/git-descr.sh create mode 100755 contrib/git-undescr.sh create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction104.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction105.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec11.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-memfn1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-memfn2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval28.C create mode 100644 gcc/testsuite/gfortran.dg/pr84784.f90 create mode 100644 gcc/testsuite/gfortran.dg/transfer_simplify_14.f90