This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3ffddb89521 Restrict a VSX extract to TARGET_POWERPC64 (PR88213) new 2c78582e144 [testsuite] Add scan-offload-rtl-dump new c18b42b19fe [nvptx, libgomp] Move rtl-dump test-cases to libgomp new 384c0d5e23a [nvptx] Commit passing pr85381-*.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 | 5 ++ gcc/doc/sourcebuild.texi | 3 +- gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/gcc.dg-selftests/dg-final.exp | 4 +- .../lib/{scanrtl.exp => scanoffloadrtl.exp} | 89 ++++++++++------------ libgomp/ChangeLog | 13 ++++ libgomp/testsuite/lib/libgomp.exp | 1 + .../libgomp.oacc-c-c++-common}/nvptx-merged-loop.c | 8 +- .../libgomp.oacc-c-c++-common}/nvptx-sese-1.c | 8 +- .../libgomp.oacc-c-c++-common/pr85381-2.c | 36 +++++++++ .../libgomp.oacc-c-c++-common/pr85381-3.c | 35 +++++++++ .../libgomp.oacc-c-c++-common/pr85381-4.c | 27 +++++++ 12 files changed, 182 insertions(+), 59 deletions(-) copy gcc/testsuite/lib/{scanrtl.exp => scanoffloadrtl.exp} (56%) rename {gcc/testsuite/gcc.dg/goacc => libgomp/testsuite/libgomp.oacc-c-c++-common} [...] rename {gcc/testsuite/gcc.dg/goacc => libgomp/testsuite/libgomp.oacc-c-c++-common} [...] create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-3.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-4.c