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/master-aarch64-bootstrap 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 [...] adds e6a6569ce28 rs6000: Fix test_mffsl.c effective target check adds c2c534f6faa rs6000: Add [power6-64] stanza to new builtin support adds d6024c85a1c rs6000: Better error messages for power8/9 vector builtins new 3363022ed81 fixincludes: don't abort() on access failure [PR103306] new 7b7318faf79 c++: Add static in g++.dg/warn/Waddress-5.C
The 2 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: fixincludes/fixincl.c | 15 ++- 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/g++.dg/warn/Waddress-5.C | 2 +- gcc/testsuite/gcc.target/powerpc/test_mffsl.c | 4 +- gcc/testsuite/gfortran.dg/len_trim.f90 | 27 +++++ libcpp/system.h | 2 + 12 files changed, 223 insertions(+), 160 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/len_trim.f90