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/master-arm in repository toolchain/ci/gcc.
from aad3d935189 Daily bump. adds 0f0b4289619 libstdc++: vxworks: remove stray <iostream> include new 3bd11f791e0 i386: Fix up cond_{and,ior,xor,mul}* [PR104779] new 024bdd2262c rx: Fix translation string. new d73ae7a72a9 Fix translation strings. new 93ecb25cc63 translation: small fixes new 2472dcaa8cb s390: Fix up *cmp_and_trap_unsigned_int<mode> constraints [ [...] new cfb46c944e8 translation: reuse string and use switch for codes new fcc48d2ed6b arm: fix option quoting in error messages. new 40c1d4a07e5 MSP430: fix error message.
The 8 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/config/arm/arm-builtins.cc | 127 +++++++++++++-------- gcc/config/arm/arm.cc | 6 +- gcc/config/i386/sse.md | 23 +++- gcc/config/msp430/msp430.cc | 2 +- gcc/config/rs6000/rs6000.cc | 2 +- gcc/config/rx/rx.cc | 2 +- gcc/config/s390/s390.md | 2 +- gcc/fortran/intrinsic.cc | 2 +- gcc/plugin.cc | 2 +- gcc/testsuite/gcc.target/i386/pr104779.c | 27 +++++ gcc/testsuite/gcc.target/s390/pr104775.c | 14 +++ .../config/locale/vxworks/ctype_members.cc | 1 - 12 files changed, 148 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr104779.c create mode 100644 gcc/testsuite/gcc.target/s390/pr104775.c