This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b147864fb2c [Darwin, specs] Tidy some more linker options. new 93f1dca1641 PR tree-optimization/90626 - fold strcmp(a, b) == 0 to zero [...]
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 | 6 ++ gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/gcc.dg/strlenopt-65.c | 162 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/strlenopt-66.c | 72 ++++++++++++++++ gcc/testsuite/gcc.dg/strlenopt.h | 2 + gcc/tree-ssa-strlen.c | 79 ++++++++++++++++-- 6 files changed, 319 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/strlenopt-65.c create mode 100644 gcc/testsuite/gcc.dg/strlenopt-66.c