This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d43be9dcc1b Daily bump. new 053bcc97f4a c++: constexpr and -fno-elide-constructors [PR101072] new 9718bc4b03c c++: array temporary at file scope [PR104182]
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/call.cc | 32 +++++++++++------- gcc/cp/cp-gimplify.cc | 6 +--- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 7 +++- gcc/cp/pt.cc | 9 ----- gcc/cp/semantics.cc | 9 +++-- gcc/cp/tree.cc | 3 +- .../{constexpr-empty14.C => constexpr-empty14a.C} | 3 +- gcc/testsuite/g++.dg/cpp0x/initlist127.C | 39 ++++++++++++++++++++++ 9 files changed, 77 insertions(+), 32 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{constexpr-empty14.C => constexpr-empty14a.C} (61%) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist127.C