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-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from 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` adds 05e4db63d04 openmp: omp_alloc(0, ...) should return NULL. adds 9df0ff5f219 coroutines: Fix unused value found by static analysis. new bf5fbbbd8c9 PR fortran/95090 - ICE: identifier overflow new dd38c765a04 PR fortran/95373 - ICE in build_reference_type, at tree.c:7942
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: config/ChangeLog | 6 + contrib/ChangeLog | 24 +++ gcc/ChangeLog | 146 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/mingw32.h | 2 +- gcc/config/rs6000/altivec.md | 104 +++++------ gcc/cp/ChangeLog | 43 +++++ gcc/cp/class.c | 15 +- gcc/cp/constraint.cc | 14 +- gcc/cp/coroutines.cc | 8 +- gcc/cp/pt.c | 11 +- gcc/fortran/ChangeLog | 8 + gcc/fortran/class.c | 9 +- gcc/fortran/primary.c | 43 +++-- 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/testsuite/gfortran.dg/pr95373_1.f90 | 4 +- gcc/testsuite/gfortran.dg/pr95373_2.f90 | 2 +- gcc/tree-streamer-in.c | 101 +++++----- gcc/tree-streamer-out.c | 205 ++++++++++----------- gcc/tree-streamer.h | 6 +- libatomic/ChangeLog | 5 + libbacktrace/ChangeLog | 5 + libcc1/ChangeLog | 5 + libcpp/ChangeLog | 5 + libdecnumber/ChangeLog | 5 + libgcc/ChangeLog | 5 + libgfortran/ChangeLog | 16 ++ libgomp/ChangeLog | 5 + libgomp/allocator.c | 3 + libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 25 +++ libiberty/ChangeLog | 5 + libitm/ChangeLog | 5 + libobjc/ChangeLog | 5 + libphobos/ChangeLog | 5 + libquadmath/ChangeLog | 5 + libsanitizer/ChangeLog | 10 + libssp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 12 ++ libvtv/ChangeLog | 5 + lto-plugin/ChangeLog | 5 + maintainer-scripts/ChangeLog | 14 ++ zlib/ChangeLog | 5 + 50 files changed, 907 insertions(+), 263 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