This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 0fe604a2d93 Daily bump. adds 71e3daa31cf Fix tree-opt/PR106087: ICE with inline-asm with multiple ou [...] adds 84ff566c63c [PATCH][s390]: Fix the usage of store_bit_field in the backend. adds 002d81affa8 Support *testdi_not_doubleword during STV pass on x86. adds b434c94bf7a Improve preservation of FLAGS_REG mode in i386.md's peephole2s. adds 8f1802003d2 libstdc++: Remove obsolete comment in <string> header adds 46dc26fdfbf [RFA] Improve initialization of objects when the initialize [...]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386-features.cc | 53 +++++++++++++++++----- gcc/config/i386/i386.md | 24 ++++------ gcc/config/s390/s390.cc | 2 +- gcc/expr.cc | 11 +++++ gcc/testsuite/gcc.c-torture/compile/inline-asm-1.c | 14 ++++++ gcc/tree-ssa-dce.cc | 7 +++ libstdc++-v3/include/std/string | 2 +- 7 files changed, 83 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/inline-asm-1.c