This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/release-arm in repository toolchain/ci/gcc.
from 380db7dfd28 Daily bump. adds 12938501b8a libphobos: Don't call __gthread_key_delete in the emutls de [...] adds dc3630e05d7 libphobos: Increase size of defaultStackPages on OSX X86_64 [...] adds 753cd5f3615 Do not abort compilation when dump file is /dev/* adds c2079b9a787 Daily bump. adds 11013a48023 Daily bump. adds d800a6e07bb Daily bump. new eb8ff3cbc09 Don't allow mask/sse/mmx mov in TLS code sequences.
The 1 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/ChangeLog | 6 +++ gcc/DATESTAMP | 2 +- gcc/config/i386/constraints.md | 5 ++ gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.c | 30 +++++++++++ gcc/config/i386/i386.md | 8 +-- gcc/doc/invoke.texi | 3 +- gcc/gcc.c | 3 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/devnull-dump.c | 7 +++ gcc/testsuite/gcc.target/i386/pr103275.c | 83 +++++++++++++++++++++++++++++++ libphobos/ChangeLog | 17 +++++++ libphobos/libdruntime/core/thread/fiber.d | 10 ++++ libphobos/libdruntime/gcc/emutls.d | 6 --- 14 files changed, 173 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/devnull-dump.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103275.c