This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 46fabc24d31 Daily bump. new 5ed8c71b53a c++: Fix reuse of class constants [PR94453] new ab525ec30f0 c++: Mangling of dependent conversions [PR91377]
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 | 2 +- gcc/cp/expr.c | 22 +++++++++++++---- gcc/cp/mangle.c | 1 + gcc/testsuite/g++.dg/abi/mangle75.C | 13 ++++++++++ .../g++.dg/cpp0x/lambda/lambda-constexpr1.C | 28 ++++++++++++++++++++++ 6 files changed, 72 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/mangle75.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr1.C