This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 7461b581312 libstdc++: Merge latest Ryu sources adds c31733c3bf5 fortran: Tiny sort_actual internal refactoring adds 5888512f241 fortran: Reverse actual vs dummy argument mapping adds 5d9d16db96f fortran: simplify elemental arguments walking adds e94e2cf9f9b fortran: Delete redundant missing_arg_type field adds 48a8c5be5b9 fortran: Identify arguments by their names adds 4cdf7db9a39 rs6000: MMA test case emits wrong code when building a vect [...] adds e4641191287 PCH: Make the save and restore diagnostics more robust. adds a1d2b162026 configure, Darwin: Set appropriate defaults for host-shared. adds 3b3c9932338 Fortran: avoid NULL pointer dereference on invalid range in [...] adds 42cdf08ad84 MAINTAINERS: Add myself to DCO section and update email address adds 6dc90c4dbb6 Use modref summaries for byte-wise dead store elimination. adds 395848255cf c-family: don't cache large vecs adds 73e4d9f1751 libstdc++: Fix tests for constexpr std::string
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 3 +- configure | 16 ++++- configure.ac | 15 ++++- gcc/c-family/c-common.c | 12 +++- gcc/config/rs6000/mma.md | 10 ++- gcc/fortran/gfortran.h | 41 ++++++++++-- gcc/fortran/interface.c | 77 ++++++++++++++++++++-- gcc/fortran/intrinsic.c | 53 ++++++++++----- gcc/fortran/resolve.c | 3 +- gcc/fortran/trans-array.c | 35 ++++------ gcc/fortran/trans-array.h | 2 +- gcc/fortran/trans-expr.c | 9 ++- gcc/fortran/trans-intrinsic.c | 2 +- gcc/fortran/trans-stmt.c | 22 ------- gcc/fortran/trans.h | 4 +- gcc/ggc-common.c | 39 ++++++++++- gcc/ipa-modref.c | 22 +++++++ gcc/ipa-modref.h | 1 + gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c | 26 ++++++++ gcc/testsuite/gcc.target/powerpc/pr102976.c | 14 ++++ gcc/testsuite/gfortran.dg/pr103286.f90 | 11 ++++ gcc/tree-ssa-dse.c | 43 ++++++++---- libstdc++-v3/include/bits/basic_string.h | 6 +- .../21_strings/basic_string/modifiers/constexpr.cc | 1 + .../21_strings/headers/string/synopsis.cc | 33 +++++++++- 25 files changed, 388 insertions(+), 112 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr102976.c create mode 100644 gcc/testsuite/gfortran.dg/pr103286.f90