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-arm in repository toolchain/ci/gcc.
from b96e2ff9d8c libstdc++: Implement constexpr std::basic_string for C++20 adds 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. new 395848255cf c-family: don't cache large vecs new 73e4d9f1751 libstdc++: Fix tests for constexpr std::string
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: 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 +- libstdc++-v3/src/c++17/ryu/MERGE | 2 +- libstdc++-v3/src/c++17/ryu/d2s_intrinsics.h | 9 ++- .../21_strings/basic_string/modifiers/constexpr.cc | 1 + .../21_strings/headers/string/synopsis.cc | 33 +++++++++- 27 files changed, 393 insertions(+), 118 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