This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 54ec50bada9 d: Wrong evaluation order of binary expressions (PR101640) new 84606efb0c6 analyzer: Recognize __builtin_free as a matching deallocator new 31534ac26e0 analyzer: Handle strdup builtins
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/analyzer/analyzer.cc | 8 ++--- gcc/analyzer/analyzer.h | 8 ++--- gcc/analyzer/sm-malloc.cc | 44 +++++++++++++++++++++------ gcc/testsuite/gcc.dg/analyzer/attr-malloc-1.c | 19 ++++++++++++ gcc/testsuite/gcc.dg/analyzer/strdup-1.c | 19 ++++++++++++ 5 files changed, 81 insertions(+), 17 deletions(-)