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/master-arm in repository toolchain/ci/gcc.
from 5459fa132a9 libstdc++: Fix circular dependency for bitmap_allocator [PR103381] adds 8632f8c65de Remove duplicated param valud in modref tree adds 46d3cfd29dc libcpp: Fix ATTR_LIKELY definition PR preprocessor/103355 adds 721d8b9e26b Fortran: fix scalarization for intrinsic LEN_TRIM with pres [...] new e6a6569ce28 rs6000: Fix test_mffsl.c effective target check new c2c534f6faa rs6000: Add [power6-64] stanza to new builtin support new d6024c85a1c rs6000: Better error messages for power8/9 vector builtins
The 3 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/config/rs6000/rs6000-builtin-new.def | 9 +- gcc/config/rs6000/rs6000-call.c | 55 ++++++----- gcc/config/rs6000/rs6000-gen-builtins.c | 4 + gcc/fortran/trans-array.c | 1 + gcc/ipa-modref-tree.c | 52 +++++----- gcc/ipa-modref-tree.h | 76 +++++++++----- gcc/ipa-modref.c | 136 +++++++++++--------------- gcc/testsuite/gcc.target/powerpc/test_mffsl.c | 4 +- gcc/testsuite/gfortran.dg/len_trim.f90 | 27 +++++ libcpp/system.h | 2 + 10 files changed, 210 insertions(+), 156 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/len_trim.f90