This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1ba68f78c9d debug/105158 - improve debug stmt retaining for forwarder removal new 3771486daa1 hwasan: support new dg-output format. new 1c8e9bed9b9 c++: Don't emit deprecated warnings or unavailable errors o [...]
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/cp/lambda.cc | 12 +++++-- .../c-c++-common/hwasan/alloca-outside-caught.c | 2 +- gcc/testsuite/c-c++-common/hwasan/heap-overflow.c | 2 +- .../hwasan/hwasan-thread-access-parent.c | 2 +- .../c-c++-common/hwasan/large-aligned-1.c | 2 +- .../c-c++-common/hwasan/stack-tagging-basic-1.c | 2 +- gcc/testsuite/g++.dg/cpp23/lambda-attr1.C | 37 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp23/lambda-attr2.C | 19 +++++++++++ 8 files changed, 70 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/lambda-attr1.C create mode 100644 gcc/testsuite/g++.dg/cpp23/lambda-attr2.C