This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2dda1094a7c libstdc++-v3 expected: Correct minimal-size test in require [...] new 8e4339f5023 c++: nested generic lambda in DMI [PR101717] new f44a5c700f4 c++: conversion with trailing return type [PR101051]
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/decl.cc | 7 +++++-- gcc/cp/lambda.cc | 8 +++++++- gcc/testsuite/g++.dg/cpp0x/trailing15.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C | 7 +++++++ 4 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/trailing15.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C