This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from f8214d5381c testsuite, coroutines : Fix a bad testcase [PR96504]. adds 5b7240fc0ba Daily bump. adds afe708223f0 c++: decl_constant_value and unsharing [PR96197] adds ee697d4bbb7 c++: ICE with constexpr call that returns a PMF [PR98551] adds 0188eab844e tree-cfg: Allow enum types as result of POINTER_DIFF_EXPR [ [...] new 678ea9ba72b Daily bump.
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/ChangeLog | 9 ++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 32 ++++++++++++++++++++ gcc/cp/constexpr.c | 6 ++-- gcc/cp/cp-tree.h | 3 +- gcc/cp/init.c | 34 +++++++++++++++------- gcc/testsuite/ChangeLog | 42 +++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/pr98556.c | 11 +++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-pmf2.C | 9 ++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-array8.C | 18 ++++++++++++ gcc/tree-cfg.c | 2 +- libstdc++-v3/ChangeLog | 8 +++++ 12 files changed, 159 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr98556.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-pmf2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array8.C