This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f68cb38d0d8 PR tree-optimization/92226 - live nul char store to array e [...] new 96eb88be50c gcc/ChangeLog:
The 1 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 | 5 ++ gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.dg/Wstringop-overflow-20.c | 40 +++++++++++++ gcc/testsuite/gcc.dg/strlenopt-89.c | 89 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/strlenopt-90.c | 83 ++++++++++++++++++++++++++ gcc/tree-ssa-strlen.c | 7 ++- 6 files changed, 227 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-20.c create mode 100644 gcc/testsuite/gcc.dg/strlenopt-89.c create mode 100644 gcc/testsuite/gcc.dg/strlenopt-90.c