This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d2e5026d22 openacc: GOMP_MAP_ATTACH handling in find_group_last new 0d00fe404c1 openacc: Set bias to zero for explicit attach/detach clause [...]
The 1 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/c/c-typeck.c | 16 ++++++++ gcc/cp/semantics.c | 16 ++++++++ gcc/testsuite/c-c++-common/goacc/mdc-1.c | 14 +++---- include/gomp-constants.h | 7 +++- .../libgomp.oacc-c-c++-common/pr95270-1.c | 46 +++++++++++++++++++++ .../libgomp.oacc-c-c++-common/pr95270-2.c | 48 ++++++++++++++++++++++ 6 files changed, 139 insertions(+), 8 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr95270-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr95270-2.c