This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f57ccb55cda testsuite: XFAIL gcc.dg/torture/pr93133.c for powerpc*-*-* [...] new 2e5ea579591 Add OpenACC acc_get_property support for AMD GCN new 87c3fcfa6bb Adjust formatting of acc_get_property tests
The 2 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: libgomp/ChangeLog | 20 +++ libgomp/plugin/plugin-gcn.c | 73 +++++++++-- .../acc_get_property-aux.c | 66 ++++++---- .../acc_get_property-gcn.c | 135 +++++++++++++++++++++ .../acc_get_property-host.c | 12 +- .../acc_get_property-nvptx.c | 24 ++-- .../libgomp.oacc-c-c++-common/acc_get_property.c | 28 ++--- .../libgomp.oacc-fortran/acc_get_property.f90 | 2 - 8 files changed, 294 insertions(+), 66 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-gcn.c