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-next-defconfig in repository toolchain/ci/gcc.
from e8f4f6622c4 Daily bump. adds 517fb88b8a9 libstdc++, coroutine: Add missing constexpr markers. adds 0d3674a7879 coroutines, testsuite: Fix co-ret-17-void-ret-coro.C. adds f8214d5381c testsuite, coroutines : Fix a bad testcase [PR96504]. adds 5b7240fc0ba Daily bump. new afe708223f0 c++: decl_constant_value and unsharing [PR96197] new ee697d4bbb7 c++: ICE with constexpr call that returns a PMF [PR98551]
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/DATESTAMP | 2 +- gcc/cp/constexpr.c | 6 ++-- gcc/cp/cp-tree.h | 3 +- gcc/cp/init.c | 34 +++++++++++++++------- gcc/testsuite/ChangeLog | 18 ++++++++++++ .../coroutines/torture/co-ret-17-void-ret-coro.C | 12 +++++--- .../g++.dg/coroutines/torture/pr95519-05-gro.C | 2 +- gcc/testsuite/g++.dg/cpp0x/constexpr-pmf2.C | 9 ++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-array8.C | 18 ++++++++++++ libstdc++-v3/ChangeLog | 8 +++++ libstdc++-v3/include/std/coroutine | 12 ++++---- 11 files changed, 97 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-pmf2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array8.C