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 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. adds 91a38e8a848 builtins: Fix up expand_builtin_int_roundingfn_2 [PR105211] adds d481d13786c i386: Fix ICE caused by ix86_emit_i387_log1p [PR105214] adds 152f243fdac i386: i386-expand formatting fixes
No new revisions were added by this update.
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/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 +++++++ 18 files changed, 149 insertions(+), 66 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