This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-7-branch in repository gcc.
from 365d31be00e PR target/85056: fix nvptx declarations of external arrays new ed281992e41 [testsuite] Add scan-wpa-ipa-dump new 1790eeb9dad [testsuite] Add scan-offload-tree-dump new 82653913850 [openacc] Add vector-length-128-{1,2,3}.c test-cases
The 3 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/ChangeLog.openacc | 12 ++++ gcc/doc/sourcebuild.texi | 4 +- gcc/testsuite/ChangeLog.openacc | 20 ++++++ gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c | 31 +++++++++ gcc/testsuite/gcc.dg/ipa/ipa-icf-38a.c | 14 ++++ gcc/testsuite/lib/gcc-dg.exp | 1 + gcc/testsuite/lib/scandump.exp | 63 +++++++++++------ gcc/testsuite/lib/scanipa.exp | 25 ++++--- .../lib/{scantree.exp => scanoffloadtree.exp} | 78 ++++++++++++---------- gcc/testsuite/lib/scanrtl.exp | 25 ++++--- gcc/testsuite/lib/scantree.exp | 25 ++++--- gcc/testsuite/lib/{scanipa.exp => scanwpaipa.exp} | 74 ++++++++++---------- libatomic/ChangeLog.openacc | 5 ++ libatomic/testsuite/lib/libatomic.exp | 1 + libgomp/ChangeLog.openacc | 18 +++++ libgomp/testsuite/lib/libgomp-dg.exp | 8 +++ libgomp/testsuite/lib/libgomp.exp | 2 + .../vector-length-128-1.c | 39 +++++++++++ .../vector-length-128-2.c | 40 +++++++++++ .../vector-length-128-3.c | 42 ++++++++++++ libitm/ChangeLog.openacc | 5 ++ libitm/testsuite/lib/libitm.exp | 1 + libvtv/ChangeLog.openacc | 4 ++ libvtv/testsuite/lib/libvtv.exp | 1 + 24 files changed, 416 insertions(+), 122 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c create mode 100644 gcc/testsuite/gcc.dg/ipa/ipa-icf-38a.c copy gcc/testsuite/lib/{scantree.exp => scanoffloadtree.exp} (56%) copy gcc/testsuite/lib/{scanipa.exp => scanwpaipa.exp} (58%) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-3.c create mode 100644 libvtv/ChangeLog.openacc