This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from ffb2c671707 Fix typo in <code>v1ti3. adds 7862f6ccd85 [nvptx] Fix dummy location in gen_comment adds c982d02ffe2 [nvptx] Add shf.{l,r}.wrap insn adds a046033ea0b [nvptx] Add missing t-omp-device isas adds 59b8ade8877 [libgomp, testsuite, nvptx] Add libgomp.c/declare-variant-3-sm*.c
No new revisions were added by this update.
Summary of changes: gcc/config/nvptx/nvptx.cc | 10 +++- gcc/config/nvptx/nvptx.md | 16 ++++++ gcc/config/nvptx/t-omp-device | 2 +- gcc/testsuite/gcc.target/nvptx/rotate-run.c | 23 ++++++++ gcc/testsuite/gcc.target/nvptx/rotate.c | 20 +++++++ .../testsuite/libgomp.c/declare-variant-3-sm30.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm35.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm53.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm70.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm75.c | 7 +++ .../testsuite/libgomp.c/declare-variant-3-sm80.c | 7 +++ libgomp/testsuite/libgomp.c/declare-variant-3.h | 66 ++++++++++++++++++++++ 12 files changed, 176 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/rotate-run.c create mode 100644 gcc/testsuite/gcc.target/nvptx/rotate.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm30.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm35.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm53.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm70.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm75.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3-sm80.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-3.h