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_ubsan in repository toolchain/ci/gcc.
from 6e503ac734f Daily bump. adds be64e725111 Fortran: Assumed and explicit size class arrays [PR46691/99819]. adds 2294ca2a358 Daily bump. adds 5f5f8f39afc Daily bump. adds 5803a973192 rs6000: Disable mode promotion for pseudos adds 7d3d198940e rs6000: Expand PROMOTE_MODE marco in rs6000_promote_function_mode adds c27080718d4 Fix failed test cases caused by disabling mode promotion fo [...] adds 8a22edc6f97 Update gcc sv.po. adds 7b1c1fc0e6b Fortran - reject function entries with mismatched characteristics adds 4c9a7a19189 Daily bump. adds 374428891ef libgcc: Add missing runtime exception notices adds e6880aa976f Fix 'OMP_CLAUSE_TILE' operands handling in 'gcc/tree.c:walk [...] adds 9929fe9e7c3 Daily bump. new 051040f0642 vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124]
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 | 22 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000-call.c | 4 +- gcc/config/rs6000/rs6000.h | 11 ---- gcc/fortran/ChangeLog | 29 ++++++++++ gcc/fortran/class.c | 33 ++++++++--- gcc/fortran/resolve.c | 9 +++ gcc/fortran/trans-array.c | 12 +++- gcc/fortran/trans-expr.c | 9 +++ gcc/po/ChangeLog | 4 ++ gcc/po/sv.po | 6 +- gcc/testsuite/ChangeLog | 35 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr102124.c | 27 +++++++++ .../gcc.target/powerpc/not-promote-mode.c | 13 +++++ gcc/testsuite/gcc.target/powerpc/pr56605.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr81348.c | 6 +- gcc/testsuite/gfortran.dg/class_dummy_6.f90 | 65 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/class_dummy_7.f90 | 60 ++++++++++++++++++++ gcc/testsuite/gfortran.dg/entry_24.f90 | 20 +++++++ gcc/tree-vect-patterns.c | 26 ++++++++- gcc/tree.c | 2 +- libgcc/ChangeLog | 11 ++++ libgcc/config/aarch64/value-unwind.h | 4 ++ libgcc/config/frv/frv-abi.h | 4 ++ libgcc/config/i386/value-unwind.h | 4 ++ libgcc/config/pa/pa64-hpux-lib.h | 9 ++- 26 files changed, 395 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr102124.c create mode 100644 gcc/testsuite/gcc.target/powerpc/not-promote-mode.c create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/entry_24.f90