This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allnoconfig in repository toolchain/ci/gcc.
from 91dd4a38641 Daily bump. adds 683e55facfd IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR adds e5a76af3a2f Fortran : ICE in build_field PR95614 adds 3c11f25fb8b aix: Use $(AR) without -X32_64 to build FAT libraries. adds a4b31d5807f optabs: Don't reuse target for multi-word expansions if it [...] adds e24817aa7a1 Fix handling of stores in modref_summary::useful_p adds 4383c595ce5 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 24 +++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 17 ++++++ gcc/fortran/decl.c | 4 +- gcc/fortran/match.c | 5 +- gcc/fortran/match.h | 6 +-- gcc/fortran/resolve.c | 7 +++ gcc/gimple-isel.cc | 75 ++++++++++++++++++++++++++- gcc/internal-fn.c | 41 +++++++++++++++ gcc/internal-fn.def | 2 + gcc/ipa-modref.c | 2 +- gcc/optabs.c | 35 ++++++++++++- gcc/optabs.h | 4 ++ gcc/testsuite/ChangeLog | 12 +++++ gcc/testsuite/gcc.c-torture/execute/pr97073.c | 21 ++++++++ gcc/testsuite/gfortran.dg/pr95614_1.f90 | 6 +++ gcc/testsuite/gfortran.dg/pr95614_2.f90 | 6 +++ libatomic/ChangeLog | 4 ++ libatomic/config/t-aix | 5 +- libgcc/ChangeLog | 4 ++ libgcc/config/rs6000/t-slibgcc-aix | 21 ++++---- libgfortran/ChangeLog | 4 ++ libgfortran/config/t-aix | 9 ++-- libgomp/ChangeLog | 4 ++ libgomp/config/t-aix | 5 +- libstdc++-v3/ChangeLog | 4 ++ libstdc++-v3/config/os/aix/t-aix | 12 ++--- 27 files changed, 304 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97073.c create mode 100644 gcc/testsuite/gfortran.dg/pr95614_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95614_2.f90