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-master-arm-lts-defconfig in repository toolchain/ci/gcc.
from fe83bfb1466 rs6000: BU_FUTURE_MISC_2 requires powerpc64 adds 16485ea97b3 analyzer: Remove stray semicolon. adds 29f0e90d990 c++: Enable coroutines with -std=c++20. adds e478cacb62f libgo: only build syscall test with -static if it works adds 9d495e72508 Update cpplib sv.po. adds 115232b7789 c++: decltype of invalid non-dependent expr [PR57943] adds 53b4d52f114 Daily bump. adds f5b461d4530 Consolidate a couple peepholes and improve peepholes that c [...] adds 5ef067eb14d coroutines: Implicitly movable objects should use move CTOR [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 9 ++ gcc/DATESTAMP | 2 +- gcc/analyzer/sm-signal.cc | 2 +- gcc/c-family/ChangeLog | 4 + gcc/c-family/c-opts.c | 7 +- gcc/config/h8300/h8300.md | 2 + gcc/config/h8300/peepholes.md | 73 ++++++-------- gcc/cp/ChangeLog | 11 +++ gcc/cp/coroutines.cc | 109 ++++++++++++++------- gcc/cp/semantics.c | 8 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 15 +++ .../coroutines/co-return-syntax-10-movable.C | 67 +++++++++++++ gcc/testsuite/g++.dg/coroutines/coro.h | 10 +- gcc/testsuite/g++.dg/coroutines/coroutines.exp | 2 +- gcc/testsuite/g++.dg/cpp0x/decltype76.C | 7 ++ libcpp/po/ChangeLog | 4 + libcpp/po/sv.po | 6 +- libgo/Makefile.am | 4 +- libgo/Makefile.in | 4 +- libgo/configure | 48 ++++++++- libgo/configure.ac | 11 +++ 22 files changed, 307 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/co-return-syntax-10-movable.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype76.C