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 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 adds 6b1695f4a09 Daily bump. adds 8c693978dd6 Fix clearing of to_info_lto in ipa_merge_modref_summary_aft [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 14 +++ MAINTAINERS | 3 +- gcc/ChangeLog | 131 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 6 + gcc/c-family/ChangeLog | 5 + gcc/c-family/c-common.c | 12 +- gcc/cp/ChangeLog | 4 + gcc/fortran/ChangeLog | 60 ++++++++++ gcc/fortran/resolve.c | 3 +- gcc/ipa-modref.c | 24 +++- gcc/ipa-modref.h | 1 + gcc/testsuite/ChangeLog | 94 +++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c | 26 ++++ gcc/testsuite/gfortran.dg/pr103286.f90 | 11 ++ gcc/tree-ssa-dse.c | 43 +++++-- libgomp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 69 +++++++++++ libstdc++-v3/include/bits/basic_string.h | 6 +- .../21_strings/basic_string/modifiers/constexpr.cc | 1 + .../21_strings/headers/string/synopsis.cc | 33 +++++- 21 files changed, 529 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c create mode 100644 gcc/testsuite/gfortran.dg/pr103286.f90