This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 521876a4898 rs6000: Don't align tiny loops to 32 bytes for POWER9 new c751e2cd4cc PR c++/84684 * constexpr.c (constexpr_call_hasher::equal) [...] new 36ec7758259 PR target/84700 * combine.c (combine_simplify_rtx): Don't [...] new fc25a333707 PR c++/84708 - ICE with lambda in local class NSDMI.
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/ChangeLog | 7 ++++++ gcc/combine.c | 6 ++++- gcc/cp/ChangeLog | 13 ++++++++++ gcc/cp/constexpr.c | 8 +++--- gcc/cp/lambda.c | 30 ++++++++++++++--------- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi9.C | 15 ++++++++++++ gcc/testsuite/gcc.target/powerpc/pr84700.c | 12 +++++++++ 8 files changed, 80 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi9.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr84700.c