This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from d43be9dcc1b Daily bump. adds 053bcc97f4a c++: constexpr and -fno-elide-constructors [PR101072] adds 9718bc4b03c c++: array temporary at file scope [PR104182]
No new revisions were added by this update.
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 +- gcc/testsuite/g++.dg/cpp0x/constexpr-empty14a.C | 11 +++++++ gcc/testsuite/g++.dg/cpp0x/initlist127.C | 39 +++++++++++++++++++++++++ 9 files changed, 86 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-empty14a.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist127.C