This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 19eb1973321 PR fortran/78746 - invalid access after error recovery adds 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. 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 [ [...]
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 8 +++ gcc/ChangeLog | 15 ++++ gcc/DATESTAMP | 2 +- gcc/cp/constexpr.c | 6 +- gcc/cp/cp-tree.h | 3 +- gcc/cp/init.c | 34 ++++++--- gcc/fortran/ChangeLog | 80 ++++++++++++++++++++++ gcc/testsuite/ChangeLog | 47 +++++++++++++ gcc/testsuite/c-c++-common/pr98556.c | 11 +++ .../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 +++++ gcc/tree-cfg.c | 2 +- libcpp/po/ChangeLog | 4 ++ libstdc++-v3/ChangeLog | 8 +++ libstdc++-v3/include/std/coroutine | 12 ++-- 17 files changed, 245 insertions(+), 28 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