This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 16bea83ae55 doc: add return type for functions in gimple.texi new bb04901d14f Fix PR tree-optimization/96670 - ICE on memchr with an empt [...] new d367f5fcb57 PR middle-end/96665 - memcmp of a constant string not folded
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/expr.c | 27 +++++++++++----- gcc/gimple-fold.c | 2 +- gcc/testsuite/gcc.dg/memchr-2.c | 41 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/memcmp-5.c | 72 +++++++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/memcmp-6.c | 47 +++++++++++++++++++++++++++ 5 files changed, 180 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/memchr-2.c create mode 100644 gcc/testsuite/gcc.dg/memcmp-5.c create mode 100644 gcc/testsuite/gcc.dg/memcmp-6.c