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-arm 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] adds 82a4c5c7044 IBM zSystems: Add support for z16 as CPU name. new 91a38e8a848 builtins: Fix up expand_builtin_int_roundingfn_2 [PR105211] new d481d13786c i386: Fix ICE caused by ix86_emit_i387_log1p [PR105214] new 152f243fdac i386: i386-expand formatting fixes
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: gcc/builtins.cc | 30 +++++++++++++------ gcc/common/config/s390/s390-common.cc | 4 +-- gcc/config.gcc | 2 +- gcc/config/i386/i386-expand.cc | 51 ++++++++++++++++++++++----------- gcc/config/i386/i386.cc | 3 +- 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 +++++++++++ gcc/testsuite/gcc.dg/asan/pr105214.c | 16 +++++++++++ gcc/testsuite/gcc.dg/pr105211.c | 11 +++++++ 19 files changed, 154 insertions(+), 69 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/const7.C create mode 100644 gcc/testsuite/g++.dg/template/using31.C create mode 100644 gcc/testsuite/gcc.dg/asan/pr105214.c create mode 100644 gcc/testsuite/gcc.dg/pr105211.c