This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-arm in repository toolchain/ci/gcc.
from 047b700fb08 c++: is_this_parameter and coroutines proxies adds 6a43f5c64b4 simplify-rtx: Punt on simplify_associative_operation with l [...] adds 5e2e6cc84c4 ipa-sra: Check also ECF_LOOPING_CONST_OR_PURE when evaluati [...] adds 29c5aa76b47 Daily bump. adds 82a34dc056c fix spelling of -linker-output-auto-nolto-rel adds 5746f9199c2 c++: Fix bogus error with __integer_pack [PR94490] adds 2d5be1fca0f libphobos: Push all callee-save registers on the stack befo [...] adds ee20cad739f Daily bump. adds 08935ce91ea Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 27 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/vxworks.h | 2 +- gcc/cp/ChangeLog | 14 ++++++++++++ gcc/cp/pt.c | 1 + gcc/ipa-sra.c | 3 ++- gcc/rtl.h | 8 +++++++ gcc/simplify-rtx.c | 10 +++++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++++ gcc/testsuite/g++.dg/ext/integer-pack5.C | 29 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr102356.c | 33 ++++++++++++++++++++++++++++ libphobos/ChangeLog | 8 +++++++ libphobos/libdruntime/core/thread/osthread.d | 29 ++++++++++++++++++++++++ lto-plugin/ChangeLog | 10 +++++++++ lto-plugin/lto-plugin.c | 6 +++-- 15 files changed, 193 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/integer-pack5.C create mode 100644 gcc/testsuite/gcc.dg/pr102356.c