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/master-aarch64 in repository toolchain/ci/gcc.
from 6da7f7c5ac0 sanitizer: Fix hwasan related option conflicts [PR106132] adds 2bd15617e73 diagnostics: Make line-ending logic consistent with libcpp [...] adds b984b84cbe4 testsuite: Fix tree-ssa/alias-access-path-13.c on 32bit pla [...] adds 55bb77b50a5 libbacktrace: check for sys/link.h adds 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. new 8f1802003d2 libstdc++: Remove obsolete comment in <string> header
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 | 88 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-features.cc | 53 ++++++++++--- gcc/config/i386/i386.md | 24 ++---- gcc/config/s390/s390.cc | 2 +- gcc/diagnostic-show-locus.cc | 14 ++-- gcc/input.cc | 67 ++++++++++++---- gcc/lto/ChangeLog | 5 ++ gcc/testsuite/ChangeLog | 40 ++++++++++ gcc/testsuite/c-c++-common/pr91733.c | 17 +++++ gcc/testsuite/gcc.c-torture/compile/inline-asm-1.c | 14 ++++ .../gcc.dg/tree-ssa/alias-access-path-13.c | 7 +- gcc/tree-ssa-dce.cc | 7 ++ libbacktrace/ChangeLog | 7 ++ libbacktrace/config.h.in | 3 + libbacktrace/configure | 17 +++-- libbacktrace/configure.ac | 10 ++- libbacktrace/elf.c | 7 +- libgomp/ChangeLog | 8 ++ libstdc++-v3/include/std/string | 2 +- 20 files changed, 330 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr91733.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/inline-asm-1.c