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 e36206c9940 sve: combine inverted masks into NOTs adds 9f12a45ef14 tree-optimization/102572 - fix gathers with invariant mask adds d1dcaa31453 tree-optimization/102696 - fix SLP discovery for failed BIT [...] adds ccfcf08e66c libgomp: Release device lock on cbuf error path adds 98c0ac7e0d6 [PATCH v2] libiberty: d-demangle: remove parenthesis where [...] adds 8226f6383a3 doc: Fix typos in alloc_size documentation adds d9dfd7ad3e0 libstdc++: Improve diagnostics for misuses of output iterators adds 7481021364e libstdc++: Fix move construction of std::tuple with array e [...] adds 727137d6ca6 libstdc++: Fix test that fails for C++20 adds 640ae312f12 doc: Update MinGW and mingw-64 download links. new b37351e3279 i386: Improve workaround for PR82524 LRA limitation [PR85730]
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/config/i386/i386.md | 202 +++++++++++++++------ gcc/doc/extend.texi | 4 +- gcc/doc/install.texi | 4 +- gcc/testsuite/g++.dg/vect/pr102572.cc | 14 ++ gcc/testsuite/g++.dg/vect/pr102696.cc | 16 ++ gcc/testsuite/gcc.target/i386/pr85730.c | 95 ++++++++++ gcc/tree-vect-slp.c | 1 + gcc/tree-vect-stmts.c | 2 +- libgomp/target.c | 5 +- libiberty/d-demangle.c | 12 +- .../include/bits/stl_iterator_base_funcs.h | 14 ++ libstdc++-v3/include/std/tuple | 8 +- .../tuple/comparison_operators/overloaded.cc | 6 + .../tuple/comparison_operators/overloaded2.cc | 4 +- .../testsuite/20_util/tuple/cons/101960.cc | 11 +- 15 files changed, 322 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr102572.cc create mode 100644 gcc/testsuite/g++.dg/vect/pr102696.cc create mode 100644 gcc/testsuite/gcc.target/i386/pr85730.c