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 cb1ecf3819f Do not erase warning data in gimple_set_location adds 3b598848f6f Introduce -finstrument-functions-once adds 1158fe43407 openmp: Conforming device numbers and omp_{initial,invalid}_device adds e55eda23854 d: Improve TypeInfo errors when compiling in -fno-rtti mode adds 1d205dbac1e Factor out common internal-fn idiom adds f8baf4004ef Add a general mapping from internal fns to target insns
No new revisions were added by this update.
Summary of changes: gcc/common.opt | 6 +- gcc/d/d-tree.h | 5 +- gcc/d/expr.cc | 36 +- gcc/d/typeinfo.cc | 34 +- gcc/doc/invoke.texi | 18 +- gcc/gimplify.cc | 137 ++++++-- gcc/internal-fn.cc | 379 +++++++-------------- gcc/internal-fn.def | 34 +- gcc/internal-fn.h | 20 +- gcc/omp-expand.cc | 74 +++- gcc/testsuite/gcc.dg/instrument-4.c | 7 + gcc/testsuite/gdc.dg/rtti1.d | 18 + include/gomp-constants.h | 11 + libgomp/icv-device.c | 2 +- libgomp/libgomp.texi | 2 +- libgomp/omp.h.in | 6 + libgomp/omp_lib.f90.in | 2 + libgomp/omp_lib.h.in | 3 + libgomp/target.c | 127 ++++--- .../libgomp.c-c++-common/target-is-accessible-1.c | 5 +- libgomp/testsuite/libgomp.c/target-41.c | 8 +- libgomp/testsuite/libgomp.c/target-45.c | 19 ++ libgomp/testsuite/libgomp.c/target-46.c | 20 ++ libgomp/testsuite/libgomp.c/target-47.c | 19 ++ .../libgomp.fortran/target-is-accessible-1.f90 | 13 +- 25 files changed, 587 insertions(+), 418 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/instrument-4.c create mode 100644 gcc/testsuite/gdc.dg/rtti1.d create mode 100644 libgomp/testsuite/libgomp.c/target-45.c create mode 100644 libgomp/testsuite/libgomp.c/target-46.c create mode 100644 libgomp/testsuite/libgomp.c/target-47.c