This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e86f32c0882 PR c++/84429 - ICE capturing VLA. new 16335c27fa0 PR c++/84455 * pt.c (tsubst_lambda_expr): If not nested, [...] new e6df32050de PR c++/84449 * tree.c (bot_manip): If build_cplus_new or [...] new 75436625c31 PR c++/84445 * class.c (fixed_type_or_null) <case CALL_EX [...]
The 3 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 | 16 ++++++++++++++++ gcc/cp/class.c | 3 ++- gcc/cp/pt.c | 6 ++++++ gcc/cp/tree.c | 7 ++++++- gcc/testsuite/ChangeLog | 11 +++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-84449.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice26.C | 5 +++++ gcc/testsuite/g++.dg/cpp1z/launder7.C | 10 ++++++++++ 8 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-84449.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice26.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder7.C