This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1815e313a8f cprop: Do not set REG_EQUAL note when simplifying paradoxic [...] new 8911879415d i386: Improved insv of DImode/DFmode {high,low}parts into TImode. new b5138df96a9 c++: wrong error with static constexpr var in tmpl [PR109876]
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/config/i386/i386-expand.cc | 37 ++++++++++++++++------ gcc/cp/decl.cc | 13 ++++++-- gcc/cp/pt.cc | 7 +++++ gcc/testsuite/g++.dg/cpp0x/constexpr-template12.C | 38 +++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-template1.C | 25 +++++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-template2.C | 25 +++++++++++++++ 6 files changed, 132 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-template12.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-template1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-template2.C