This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/release-arm in repository toolchain/ci/gcc.
from a22c0458cb5 Daily bump. adds 0d09acc0d62 Fortran - improve error recovery determining array element [...] adds 7ca5bcb0f12 Fortran - out of bounds in array constructor with implied do loop adds 2ae73531d33 Daily bump. adds 09a2049123e d: Don't include terminating null pointer in string express [...] adds b79f0b99fde Daily bump. adds 6dd2650f96c Daily bump. adds a87d7fbef55 rs6000: Expand fmod and remainder when built with fast-math [...] adds 4fc907e18d1 Give more informative error message for by-reference types adds df2f733cd99 Remove superfluous call to UI_Is_In_Int_Range adds e94730e51af Fix internal error on pointer-to-pointer binding in LTO mode adds 1355ea50498 Fix inaccurate bounds in debug info for vector array types
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/ada/gcc-interface/decl.c | 22 +++++++++++++--- gcc/ada/gcc-interface/utils.c | 9 ++++--- gcc/config/rs6000/rs6000.md | 36 +++++++++++++++++++++++++++ gcc/d/ChangeLog | 9 +++++++ gcc/d/d-builtins.cc | 2 +- gcc/fortran/ChangeLog | 19 ++++++++++++++ gcc/fortran/expr.c | 7 +++--- gcc/fortran/trans-expr.c | 4 ++- gcc/testsuite/ChangeLog | 24 ++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr97142.c | 35 ++++++++++++++++++++++++++ gcc/testsuite/gdc.dg/pr102185.d | 7 ++++++ gcc/testsuite/gfortran.dg/bounds_check_23.f90 | 18 ++++++++++++++ gcc/testsuite/gfortran.dg/pr101327.f90 | 11 ++++++++ 14 files changed, 191 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97142.c create mode 100644 gcc/testsuite/gdc.dg/pr102185.d create mode 100644 gcc/testsuite/gfortran.dg/bounds_check_23.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr101327.f90