This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from c83b9c54d9d c++: ICE with requires-expr and -Wsequence-point [PR105304] adds 65735d21ac4 c++: generic lambda fn parm pack [PR104624] new 57a957cb71c libgomp: Fix up two non-GOMP_USE_ALIGNED_WORK_SHARES relate [...] new 22c24ba48a2 testsuite: Improve unlimited_polymorphic_3.f03 [PR103662] new 5face32b7f4 i386: Fix up ICE with -mveclibabi={acml,svml} [PR105367] new 1b45ae16fff testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211] new d4836ac9acd reassoc: Don't call fold_convert if !fold_convertible_p [PR105374]
The 5 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.cc | 6 ++++-- gcc/cp/pt.cc | 4 +++- gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic22.C | 15 +++++++++++++++ gcc/testsuite/g++.target/i386/vec-tmpl1.C | 1 + gcc/testsuite/gcc.target/i386/pr105367.c | 12 ++++++++++++ gcc/testsuite/gfortran.dg/unlimited_polymorphic_3.f03 | 6 +++--- gcc/testsuite/lib/target-supports.exp | 2 ++ gcc/tree-ssa-reassoc.cc | 6 +++++- libgomp/loop.c | 7 +++++-- libgomp/loop_ull.c | 7 +++++-- libgomp/sections.c | 7 +++++-- libgomp/work.c | 4 +++- 12 files changed, 63 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic22.C create mode 100644 gcc/testsuite/gcc.target/i386/pr105367.c