This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d5029d45940 Fix up duplicated duplicated words in comments new 1ba9acb11e3 middle-end/94206 fix memset folding to avoid types with padding new 11cf25c40e3 PR c++/94147 - mangling of lambdas assigned to globals
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/cp/ChangeLog | 8 ++++++++ gcc/cp/parser.c | 20 ++++++++++++++------ gcc/cp/tree.c | 20 +++++++++++++++++--- gcc/gimple-fold.c | 6 ++++++ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/abi/lambda-vis.C | 23 +++++++++++++++++++++++ gcc/testsuite/g++.dg/abi/mangle74.C | 30 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr94206.c | 17 +++++++++++++++++ 9 files changed, 127 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/lambda-vis.C create mode 100644 gcc/testsuite/g++.dg/abi/mangle74.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr94206.c