This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5bc731b83b5 c++: mark TARGET_EXPRs for function arguments eliding [PR114707] new d52b44aa26a Strlen pass should set current range query. new 5ada486079d Do not invoke SCEV if it will use a different range query.
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: gcc/gimple-range-fold.cc | 6 +++++- gcc/testsuite/gcc.dg/Wstringop-overflow-10.c | 2 +- gcc/testsuite/gcc.dg/pr115221.c | 29 ++++++++++++++++++++++++++++ gcc/tree-ssa-strlen.cc | 10 +++++----- 4 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr115221.c