This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from da066c4269c Daily bump. adds 6afb21b824d LoongArch: Fix bug for tmpdir-g++.dg-struct-layout-1/t033. adds 4195fced8a1 c++: using operator= [PR105223] adds 0899b22d932 c++: rodata and defaulted ctor [PR104142] new 82a4c5c7044 IBM zSystems: Add support for z16 as CPU name.
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: gcc/common/config/s390/s390-common.cc | 4 ++-- gcc/config.gcc | 2 +- gcc/config/loongarch/loongarch.cc | 8 +++++--- gcc/config/s390/driver-native.cc | 6 +++++- gcc/config/s390/s390-opts.h | 2 +- gcc/config/s390/s390.cc | 14 ++++---------- gcc/config/s390/s390.h | 16 ++++++++-------- gcc/config/s390/s390.md | 6 +++--- gcc/config/s390/s390.opt | 5 ++++- gcc/cp/class.cc | 19 ++++++++----------- gcc/cp/decl.cc | 4 ++++ gcc/doc/invoke.texi | 3 ++- gcc/testsuite/g++.dg/opt/const7.C | 7 +++++++ gcc/testsuite/g++.dg/template/using31.C | 16 ++++++++++++++++ 14 files changed, 70 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/const7.C create mode 100644 gcc/testsuite/g++.dg/template/using31.C