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_build/master-arm in repository toolchain/ci/gcc.
from 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. adds b37351e3279 i386: Improve workaround for PR82524 LRA limitation [PR85730]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.md | 202 +++++++++++++++------ gcc/doc/extend.texi | 4 +- gcc/doc/install.texi | 4 +- gcc/testsuite/gcc.target/i386/pr85730.c | 95 ++++++++++ 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 +- 11 files changed, 290 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr85730.c