This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2523d721cfc ipa: Fix wrong code with failed propagation to builtin_cons [...] new 9f143008c73 c++: Fix reuse of class constants [PR94453] new f1ad7bac76b c++: Fix invalid pointer-to-member in requires [PR67825]
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 | 13 ++++++++++ gcc/cp/constexpr.c | 2 +- gcc/cp/constraint.cc | 5 +++- gcc/cp/expr.c | 22 +++++++++++++---- .../g++.dg/cpp0x/lambda/lambda-constexpr1.C | 28 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-pmf1.C | 22 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-pr67825.C | 2 +- 7 files changed, 86 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pmf1.C