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-arm-bootstrap_profiled_lto_lean in repository toolchain/ci/gcc.
from 6afb8a68a91 attribs: Fix wrong error with -Wno-attribute=A::b [PR103649] adds 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 adds e742722f76c PR target/32803: Add -Oz option for improved clang compatibility. adds 31048012db9 x86: PR target/103611: Splitter for DST:DI = (HI:SI<<32)|LO:SI. adds fd74a2ee404 Fortran: reject BOZ type argument to SIZEOF().
No new revisions were added by this update.
Summary of changes: ChangeLog | 11 ++ gcc/ChangeLog | 130 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c/ChangeLog | 8 ++ 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/cp/ChangeLog | 45 ++++++++ gcc/doc/invoke.texi | 9 +- gcc/fortran/check.c | 3 + gcc/lto-wrapper.c | 7 +- gcc/optc-save-gen.awk | 2 +- gcc/opts.c | 10 ++ gcc/testsuite/ChangeLog | 114 +++++++++++++++++++++ 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/gfortran.dg/illegal_boz_arg_2.f90 | 6 ++ 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 ++--- libgcc/ChangeLog | 11 ++ 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 +- 34 files changed, 521 insertions(+), 66 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103611-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr32803.c create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_2.f90