This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d0aed8d5ba7 matcher-1.m: Change return type to int new 04b89192ace c++: constexpr and lambda capture [PR90212] new e42f3426529 c++: CWG2235 partial ordering and non-dependent types
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/ChangeLog | 12 ++++++++++++ gcc/cp/constexpr.c | 8 +++++++- gcc/cp/pt.c | 9 --------- .../g++.dg/cpp0x/lambda/lambda-constexpr2.C | 13 +++++++++++++ gcc/testsuite/g++.dg/template/partial-order1.C | 2 +- gcc/testsuite/g++.dg/template/partial-order2.C | 20 ++++++++++++++++++++ 6 files changed, 53 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr2.C create mode 100644 gcc/testsuite/g++.dg/template/partial-order2.C