This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0fd824d717c c++: Diagnose or avoid constexpr dtors in classes with virt [...] new d74fe10b133 c++: templated substitution into lambda-expr, cont [PR114393] new 91146346f57 c++: Fix bogus warnings about ignored annotations [PR114691]
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/pt.cc | 9 +++++++-- gcc/cp/semantics.cc | 6 +++++- gcc/testsuite/g++.dg/cpp2a/lambda-targ2a.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/ext/pr114691.C | 22 ++++++++++++++++++++++ 4 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ2a.C create mode 100644 gcc/testsuite/g++.dg/ext/pr114691.C