This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fcda0efccad Implement permutation with pslldq + psrldq + por when pshuf [...] new 0c7bce0ac18 c++: constexpr init of union sub-aggr w/ base [PR105491]
The 1 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/call.cc | 14 +++++----- gcc/cp/class.cc | 8 +++--- gcc/cp/constexpr.cc | 10 +++---- gcc/cp/cp-gimplify.cc | 4 +-- gcc/cp/cp-tree.h | 3 ++- gcc/cp/decl.cc | 36 +++++++++++++++++++------- gcc/cp/init.cc | 6 ++--- gcc/cp/lambda.cc | 4 +-- gcc/cp/method.cc | 8 +++--- gcc/cp/pt.cc | 2 +- gcc/cp/tree.cc | 4 +-- gcc/cp/typeck2.cc | 4 +-- gcc/testsuite/g++.dg/cpp0x/constexpr-union7.C | 17 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-union7a.C | 15 +++++++++++ gcc/testsuite/g++.dg/cpp2a/constinit17.C | 24 +++++++++++++++++ 15 files changed, 116 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-union7.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-union7a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constinit17.C