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-arm-bootstrap_lto in repository toolchain/ci/gcc.
from 3eecfec2766 valtrack: Avoid creating raw SUBREGs with VOIDmode argument [...] adds 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. adds d86949f5f55 Fortran: skip compile-time shape check if constructor shape [...] adds f9f1440ce51 Daily bump. adds a97a7e24dff Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 114 +++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 + 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/cp/ChangeLog | 20 ++ gcc/fortran/ChangeLog | 19 ++ gcc/fortran/arith.c | 36 ++- gcc/fortran/resolve.c | 2 + gcc/testsuite/ChangeLog | 130 ++++++++ gcc/testsuite/gfortran.dg/array_constructor_55.f90 | 55 ++++ .../gfortran.dg/derived_constructor_comps_7.f90 | 28 ++ libcpp/ChangeLog | 20 ++ libgomp/ChangeLog | 10 + libsanitizer/ChangeLog | 8 + 18 files changed, 620 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