This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f4c41147a4 c++: enum in generic lambda in template [PR95317] new 07f56824fd4 c++: reinterpret_cast from prvalue to rvalue ref [PR98440] new b07dd9b0d0e c++: -Wunused, constant, and generic lambda [PR96311]
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/typeck.c | 21 ++++++++++----------- gcc/testsuite/g++.dg/cpp0x/reinterpret_cast2.C | 2 +- gcc/testsuite/g++.dg/cpp0x/rv-cast6.C | 2 +- gcc/testsuite/g++.dg/cpp1y/lambda-generic-Wunused.C | 18 ++++++++++++++++++ gcc/testsuite/g++.old-deja/g++.jason/rvalue3.C | 2 +- 5 files changed, 31 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-Wunused.C