This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-master-arm-spec2k6-O3 in repository toolchain/ci/gcc.
from 075fb873c26 RISC-V: Fix canonical extension order (K and J) adds 7707d7fddf7 Some additional ix86_rtx_costs clean-ups: NEG, AND, andn an [...] adds 49d1a2f9132 OpenMP: Handle descriptors in target's firstprivate [PR104949] adds 68e0063397b Force the selection operand of a GIMPLE COND_EXPR to be a register
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.cc | 133 +++++++++++++++------ gcc/fortran/f95-lang.cc | 2 + gcc/fortran/trans-openmp.cc | 53 ++++++-- gcc/fortran/trans.h | 1 + gcc/gimple-expr.cc | 2 +- gcc/gimple-fold.cc | 4 +- gcc/gimple-loop-interchange.cc | 4 +- gcc/gimple-range-gori.cc | 20 ++-- gcc/gimplify.cc | 6 +- gcc/langhooks-def.h | 3 + gcc/langhooks.cc | 8 ++ gcc/langhooks.h | 5 + gcc/omp-expand.cc | 7 +- gcc/omp-low.cc | 102 +++++++++++++++- gcc/testsuite/gcc.dg/gimplefe-27.c | 4 +- gcc/testsuite/gcc.dg/gimplefe-45.c | 4 +- gcc/testsuite/gcc.dg/pr101145-2.c | 4 +- gcc/testsuite/gcc.dg/pr98211.c | 8 +- gcc/testsuite/gcc.dg/torture/pr89595.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/divide-7.c | 3 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-12.c | 2 +- gcc/tree-cfg.cc | 12 +- gcc/tree-if-conv.cc | 29 ++++- gcc/tree-ssa-forwprop.cc | 2 +- gcc/tree-ssa-loop-im.cc | 7 +- gcc/tree-vect-generic.cc | 6 +- gcc/tree-vect-loop.cc | 27 +++-- gcc/tree-vect-patterns.cc | 6 + gcc/vr-values.cc | 5 +- libgomp/target.c | 22 ++++ .../libgomp.fortran/target-firstprivate-1.f90 | 33 +++++ .../libgomp.fortran/target-firstprivate-2.f90 | 113 +++++++++++++++++ .../libgomp.fortran/target-firstprivate-3.f90 | 24 ++++ 33 files changed, 553 insertions(+), 112 deletions(-) create mode 100644 libgomp/testsuite/libgomp.fortran/target-firstprivate-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-firstprivate-2.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/target-firstprivate-3.f90