This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from 316fe6b4016 libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_ [...] adds 7deca8c0b37 PR fortran/95090 - ICE: identifier overflow adds 9051b548274 Avoid nested save_CFLAGS and save_LDFLAGS adds 33e23881aae Simplify tree streaming. adds 2fb595f8348 c++: Template template parameter in constraint [PR95371] adds c75ebe76ae1 c++: P0848R3 and member function templates [PR95181] adds ee969a36d98 rs6000: Prefer VSX insns over VMX ones (part 1: perm and mrg) adds 885ef72f270 Daily bump. adds aef6e234a8a c++: satisfaction value of type typedef to bool [PR95386] adds 850533ab160 gcc/config/i386/mingw32.h: Ensure `-lmsvcrt` precede `-lkernel32` new 05e4db63d04 openmp: omp_alloc(0, ...) should return NULL.
The 1 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: config/ChangeLog | 6 + config/cet.m4 | 17 +- contrib/ChangeLog | 24 +++ gcc/ChangeLog | 146 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/mingw32.h | 2 +- gcc/config/rs6000/altivec.md | 104 +++++------ gcc/configure | 12 +- gcc/cp/ChangeLog | 43 +++++ gcc/cp/class.c | 15 +- gcc/cp/constraint.cc | 14 +- gcc/cp/pt.c | 11 +- gcc/fortran/ChangeLog | 8 + gcc/fortran/class.c | 11 +- gcc/lto-streamer-in.c | 50 ++++- gcc/lto-streamer-out.c | 57 +++++- gcc/lto-streamer.h | 2 + gcc/testsuite/ChangeLog | 102 ++++++++++ gcc/testsuite/g++.dg/concepts/pr95181-2.C | 8 + gcc/testsuite/g++.dg/concepts/pr95181.C | 9 + gcc/testsuite/g++.dg/concepts/pr95386.C | 11 ++ gcc/testsuite/g++.dg/cpp2a/concepts-ttp1.C | 16 ++ gcc/testsuite/gcc.target/powerpc/vsx-vector-6.p9.c | 2 +- gcc/tree-streamer-in.c | 101 +++++----- gcc/tree-streamer-out.c | 205 ++++++++++----------- gcc/tree-streamer.h | 6 +- libatomic/ChangeLog | 5 + libatomic/configure | 5 +- libbacktrace/ChangeLog | 5 + libbacktrace/configure | 17 +- libcc1/ChangeLog | 5 + libcc1/configure | 12 +- libcpp/ChangeLog | 5 + libcpp/configure | 12 +- libdecnumber/ChangeLog | 5 + libdecnumber/configure | 12 +- libgcc/ChangeLog | 5 + libgcc/configure | 5 +- libgfortran/ChangeLog | 16 ++ libgfortran/configure | 9 +- libgomp/ChangeLog | 5 + libgomp/allocator.c | 3 + libgomp/configure | 4 +- libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 25 +++ libiberty/ChangeLog | 5 + libiberty/configure | 12 +- libitm/ChangeLog | 5 + libitm/configure | 5 +- libobjc/ChangeLog | 5 + libobjc/configure | 9 +- libphobos/ChangeLog | 5 + libphobos/configure | 9 +- libquadmath/ChangeLog | 5 + libquadmath/configure | 5 +- libsanitizer/ChangeLog | 10 + libsanitizer/configure | 5 +- libssp/ChangeLog | 5 + libssp/configure | 9 +- libstdc++-v3/ChangeLog | 12 ++ libstdc++-v3/configure | 5 +- libvtv/ChangeLog | 5 + libvtv/configure | 5 +- lto-plugin/ChangeLog | 5 + lto-plugin/configure | 12 +- maintainer-scripts/ChangeLog | 14 ++ zlib/ChangeLog | 5 + zlib/configure | 9 +- 67 files changed, 981 insertions(+), 324 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr95181-2.C create mode 100644 gcc/testsuite/g++.dg/concepts/pr95181.C create mode 100644 gcc/testsuite/g++.dg/concepts/pr95386.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp1.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-4.c