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 2554e2da926 Daily bump. adds f18cbc1ee1f Darwin: Future-proof and homogeneize detection of darwin versions adds 21423a1dfa0 Fortran: Cast arguments of <ctype.h> functions to unsigned char adds cc032ec1ecb tree-optimization/103759: Use sizetype everywhere for object sizes new e742722f76c PR target/32803: Add -Oz option for improved clang compatibility. new 31048012db9 x86: PR target/103611: Splitter for DST:DI = (HI:SI<<32)|LO:SI.
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: gcc/common.opt | 4 +++ gcc/config.gcc | 4 +-- gcc/config/darwin-driver.c | 6 ++-- gcc/config/i386/i386.md | 49 ++++++++++++++++++++++++++- gcc/config/i386/sse.md | 4 +-- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/doc/invoke.texi | 9 ++++- gcc/lto-wrapper.c | 7 +++- gcc/optc-save-gen.awk | 2 +- gcc/opts.c | 10 ++++++ gcc/testsuite/gcc.dg/darwin-minversion-link.c | 3 +- gcc/testsuite/gcc.target/i386/pr103611-2.c | 43 +++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr32803.c | 10 ++++++ gcc/testsuite/obj-c++.dg/cxx-ivars-3.mm | 2 +- gcc/testsuite/obj-c++.dg/objc-gc-3.mm | 2 +- gcc/testsuite/objc.dg/objc-gc-4.m | 2 +- gcc/tree-object-size.c | 27 ++++----------- libgfortran/io/format.c | 9 +++-- libgfortran/io/list_read.c | 19 +++++------ libgfortran/io/read.c | 9 +++-- libgfortran/io/write.c | 7 ++-- libgfortran/libgfortran.h | 15 ++++++++ libgfortran/runtime/environ.c | 5 ++- 24 files changed, 187 insertions(+), 65 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103611-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr32803.c