This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ccaa30f1d82 Enable addressable params sanitization with --param asan-stack=1. new e6f1ccb63de PR 81292: ICE on related strlens after r249880 new 278890c6845 * brigfrontend/brig-function.cc: Include profile-count.h. [...]
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 | 7 +++++++ gcc/brig/ChangeLog | 5 +++++ gcc/brig/brigfrontend/brig-function.cc | 1 + gcc/brig/brigfrontend/brig-to-generic.cc | 1 + gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/pr81292-1.c | 35 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr81292-2.c | 35 ++++++++++++++++++++++++++++++++ gcc/tree-ssa-strlen.c | 15 ++++++++++++++ 8 files changed, 105 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/pr81292-1.c create mode 100644 gcc/testsuite/gcc.dg/pr81292-2.c