This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d56eb2fbcb5 aarch64: Fix ICE when laying out arguments of size 0 [PR 122763] new c8eb7d8dbb9 dce: Use FOR_EACH_IMM_USE_FAST instead of FOR_EACH_IMM_USE_ [...] new 47ebad54abc libstdc++: store the length after the store of the null character new c760057058e gimple: fix strlen+more for references
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/gimple-fold.cc | 2 +- gcc/gimple-ssa-sprintf.cc | 6 +++--- gcc/gimple-ssa-warn-access.cc | 2 +- gcc/gimple-ssa-warn-restrict.cc | 4 ++-- gcc/testsuite/g++.dg/tree-ssa/string-strlen-1.C | 20 ++++++++++++++++++++ gcc/tree-ssa-dce.cc | 5 +++-- gcc/tree-ssa-strlen.cc | 8 ++++---- libstdc++-v3/include/bits/basic_string.h | 2 +- 8 files changed, 35 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/string-strlen-1.C