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/release-aarch64-bootstrap_profiled in repository toolchain/ci/gcc.
from 7e6f9909e9b Daily bump. adds a5088b07e0a Fortran: try simplifications during reductions of array con [...] adds 590a3ea8598 Daily bump. adds f6895d2eb08 Mark Power10 fusion option undocumented and remove sub-options. adds cce998a4ce8 Daily bump. adds aea8aaa026d Daily bump. new d86949f5f55 Fortran: skip compile-time shape check if constructor shape [...]
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: gcc/ChangeLog | 14 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/fusion.md | 332 ++++++++++----------- gcc/config/rs6000/genfusion.pl | 13 +- gcc/config/rs6000/rs6000-cpus.def | 14 +- gcc/config/rs6000/rs6000.c | 27 +- gcc/config/rs6000/rs6000.opt | 26 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/arith.c | 36 ++- gcc/fortran/resolve.c | 2 + gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gfortran.dg/array_constructor_55.f90 | 55 ++++ .../gfortran.dg/derived_constructor_comps_7.f90 | 28 ++ 13 files changed, 322 insertions(+), 245 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/array_constructor_55.f90 create mode 100644 gcc/testsuite/gfortran.dg/derived_constructor_comps_7.f90