This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 98fa554593b Always print attributes when dumping tree new 7f4601c47e9 PR81136: ICE from inconsistent DR_MISALIGNMENTs new 85690345212 PR 80769: Incorrect strlen optimisation
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 | 22 +++++++ gcc/testsuite/ChangeLog | 11 ++++ gcc/testsuite/gcc.dg/strlenopt-31.c | 25 +++++++ gcc/testsuite/gcc.dg/strlenopt-31g.c | 9 +++ gcc/testsuite/gcc.dg/vect/pr81136.c | 16 +++++ gcc/tree-ssa-strlen.c | 122 ++++++++++++++++++++--------------- gcc/tree-vect-data-refs.c | 6 +- 7 files changed, 158 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/strlenopt-31.c create mode 100644 gcc/testsuite/gcc.dg/strlenopt-31g.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr81136.c