This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5bb4679680 PR testsuite/86660 * testsuite/libgomp.c++/for-15.C (resu [...] new 0aeec5f1690 * src/c++98/locale_init.cc: Fix #ifdef condition. new e6562f4b156 PR tree-optimization/86043 - strlen after memcpy partially [...]
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/ChangeLog | 12 ++++ gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/gcc.dg/attr-nonstring-2.c | 8 +-- gcc/testsuite/gcc.dg/strlenopt-54.c | 109 ++++++++++++++++++++++++++++++++ gcc/tree-ssa-strlen.c | 109 ++++++++++++++++++++++++-------- gcc/tree.c | 103 ++++++++++++++++++++++++------ gcc/tree.h | 8 ++- libstdc++-v3/ChangeLog | 4 ++ libstdc++-v3/src/c++98/locale_init.cc | 2 +- 9 files changed, 311 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/strlenopt-54.c