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_O3 in repository toolchain/ci/gcc.
from d7ca2a79b82 Add -mdejagnu-cpu=power7 to dg-options for pr97142.c adds 00ea158fa0d testsuite: update expected results for ilp32. adds 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. new fd74a2ee404 Fortran: reject BOZ type argument to SIZEOF().
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: ChangeLog | 11 ++ gcc/ChangeLog | 130 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/attribs.c | 28 ++++- gcc/attribs.h | 2 + gcc/c-family/ChangeLog | 5 + gcc/c/ChangeLog | 8 ++ gcc/c/c-decl.c | 2 +- gcc/c/c-parser.c | 4 +- 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/cp/parser.c | 6 +- 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/c-c++-common/Wno-attributes-6.c | 16 +++ 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.target/powerpc/fold-vec-insert-float-p9.c | 4 +- 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-core.h | 4 +- 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 +- 42 files changed, 579 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wno-attributes-6.c 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