This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from ca502d7b3c1 Daily bump. new 4cee81365ad c++: generic lambda and -fsanitize=vla-bound [PR93822] new 01ff88c5619 c++: -fmerge-all-constants vs. destructors [PR91529] new c79e664b153 c++: Local class DMI using local static [PR90749] new aa613a81831 c++: constexpr and lambda capture [PR90212] new c1eb1c4d82e testsuite: Support { target c++20 } in tests.
The 5 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 | 23 ++++++++++++++++++++++ gcc/cp/constexpr.c | 8 +++++++- gcc/cp/decl.c | 5 ++++- gcc/cp/init.c | 8 +++++--- gcc/cp/pt.c | 9 +++++++++ gcc/testsuite/ChangeLog | 5 +++++ .../g++.dg/cpp0x/lambda/lambda-constexpr2.C | 13 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C | 13 ++++++++++++ gcc/testsuite/g++.dg/init/const14.C | 14 +++++++++++++ gcc/testsuite/lib/target-supports.exp | 8 ++++++++ 10 files changed, 101 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C create mode 100644 gcc/testsuite/g++.dg/init/const14.C