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-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from 077fefbfaec Daily bump. adds 544f4775360 c++tools: Fix PIE [PR 98324] new c142ae5e17e i386: Fix __builtin_trunc with FE_DOWNWARD rounding directi [...] new 16929214fd1 libcody: Remove testsuite [PR 98318] new feb3c40c8ee d: Force TYPE_MODE of classes and non-POD structs as BLKmode
The 3 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: c++tools/Makefile.in | 6 +- c++tools/configure | 13 +++++ c++tools/configure.ac | 7 +++ gcc/config/i386/i386-expand.c | 27 ++++----- gcc/d/types.cc | 10 +++- gcc/testsuite/gcc.target/i386/pr96793-1.c | 28 +++++++++ gcc/testsuite/gdc.dg/pr98427.d | 23 ++++++++ libcody/Makefile.in | 2 +- libcody/tests/01-serialize/connect.cc | 30 ---------- libcody/tests/01-serialize/decoder.cc | 73 ----------------------- libcody/tests/01-serialize/encoder.cc | 48 --------------- libcody/tests/02-comms/client-1.cc | 97 ------------------------------- libcody/tests/02-comms/pivot-1.cc | 76 ------------------------ libcody/tests/02-comms/server-1.cc | 68 ---------------------- libcody/tests/Makesub.in | 36 ------------ libcody/tests/jouster | 11 ---- 16 files changed, 98 insertions(+), 457 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-1.c create mode 100644 gcc/testsuite/gdc.dg/pr98427.d delete mode 100644 libcody/tests/01-serialize/connect.cc delete mode 100644 libcody/tests/01-serialize/decoder.cc delete mode 100644 libcody/tests/01-serialize/encoder.cc delete mode 100644 libcody/tests/02-comms/client-1.cc delete mode 100644 libcody/tests/02-comms/pivot-1.cc delete mode 100644 libcody/tests/02-comms/server-1.cc delete mode 100644 libcody/tests/Makesub.in delete mode 100755 libcody/tests/jouster