This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 988a1f54553 PR c++/81067 - redundant NULL warning. new 510e5f39cf2 C++: Fix crash in warn_for_memset within templates (PR c++/83814)
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/c-family/ChangeLog | 5 +++ gcc/c-family/c-common.c | 13 ------ gcc/c/ChangeLog | 6 +++ gcc/c/c-fold.c | 10 +++++ gcc/cp/ChangeLog | 7 ++++ gcc/cp/expr.c | 15 +++++++ gcc/testsuite/ChangeLog | 7 ++++ gcc/testsuite/g++.dg/wrappers/pr83814.C | 70 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/wrappers/pr83902.C | 9 +++++ 9 files changed, 129 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/wrappers/pr83814.C create mode 100644 gcc/testsuite/g++.dg/wrappers/pr83902.C