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-arm-bootstrap in repository toolchain/ci/gcc.
from e5a9d603178 Speed up LC SSA rewrite adds 1e1fdb729d9 Speed up LC SSA rewrite more adds c1b1c4e58bd testsuite: Fix incorrect -mfloat128-type option adds 8bc24394376 target/106219 - proprly mark builtins pure via ix86_add_new [...] adds 99831ceb872 Adjust 'libgomp.c-c++-common/requires-3.c' adds 5647e2c3853 Enhance 'libgomp.c-c++-common/requires-4.c', 'libgomp.c-c++ [...] adds 9ef714539cb Fix Intel MIC 'mkoffload' for OpenMP 'requires' adds 9fc61fc8da9 Speedup update-ssa some more adds d89fa97ff31 lto-plugin: use locking only for selected targets
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386-builtins.cc | 2 + gcc/config/i386/intelmic-mkoffload.cc | 56 +++++++++++++++++----- gcc/testsuite/g++.dg/pr106219.C | 31 ++++++++++++ .../gcc.target/powerpc/ppc-fortran/pr80108-1.f90 | 2 +- gcc/tree-into-ssa.cc | 36 +++++++------- gcc/tree-ssa-loop-manip.cc | 30 ++++++++---- libgomp/target.c | 4 ++ libgomp/testsuite/lib/libgomp.exp | 5 ++ .../testsuite/libgomp.c-c++-common/requires-1.c | 2 +- .../testsuite/libgomp.c-c++-common/requires-3.c | 2 +- .../testsuite/libgomp.c-c++-common/requires-4.c | 21 ++++++-- .../testsuite/libgomp.c-c++-common/requires-5.c | 22 ++++++--- .../testsuite/libgomp.c-c++-common/requires-7.c | 2 +- libgomp/testsuite/libgomp.fortran/requires-1.f90 | 2 +- lto-plugin/config.h.in | 4 +- lto-plugin/configure | 21 ++++++-- lto-plugin/configure.ac | 17 ++++++- lto-plugin/lto-plugin.c | 29 +++++++---- 18 files changed, 216 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr106219.C