This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7237dce709b PR libstdc++/85965 delay static assertions until types are [...] new 460e6a8c485 PR c++/86429 - constexpr variable in lambda.
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/cp/ChangeLog | 8 +++++++ gcc/cp/constexpr.c | 25 ++++++++++++++++++++-- .../g++.dg/cpp1y/lambda-generic-const10.C | 24 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-const9.C | 16 ++++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-lambda24.C | 23 ++++++++++++++++++++ 5 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-const10.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-const9.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda24.C