This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c8770e Fix PR c++/62212 (ICE during mangling of array type) new 17af0b1 Add goacc/uninit-dim-clause.{c,f95} new 108e7ee Add goacc/uninit-use-device-clause.{c,f95} new 83245bd Add missing initialization in goacc/host_data-tree.f95
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/testsuite/ChangeLog | 14 ++++++++++++++ gcc/testsuite/c-c++-common/goacc/uninit-dim-clause.c | 19 +++++++++++++++++++ .../c-c++-common/goacc/uninit-use-device-clause.c | 14 ++++++++++++++ gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95 | 2 +- gcc/testsuite/gfortran.dg/goacc/uninit-dim-clause.f95 | 17 +++++++++++++++++ .../gfortran.dg/goacc/uninit-use-device-clause.f95 | 10 ++++++++++ 6 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/uninit-dim-clause.c create mode 100644 gcc/testsuite/c-c++-common/goacc/uninit-use-device-clause.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/uninit-dim-clause.f95 create mode 100644 gcc/testsuite/gfortran.dg/goacc/uninit-use-device-clause.f95