This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3a3596389c2 OpenACC 2.7: Implement self clause for compute constructs
new 76cc5463227 Enable 'c-c++-common/goacc/{if,self}-clause-1.c' for C++
new c92509d9fd9 Disentangle handling of OpenACC 'host', 'self' pragma tokens
new 8064e7e2b50 RISC-V: Export some functions from riscv-vsetvl to riscv-v[NFC]
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/c/c-parser.cc | 38 +++++------
gcc/config/riscv/riscv-protos.h | 8 +++
gcc/config/riscv/riscv-v.cc | 83 ++++++++++++++++++++++++
gcc/config/riscv/riscv-vsetvl.cc | 70 --------------------
gcc/cp/parser.cc | 39 +++++------
gcc/fortran/openmp.cc | 27 ++++----
gcc/testsuite/c-c++-common/goacc/if-clause-1.c | 6 +-
gcc/testsuite/c-c++-common/goacc/self-clause-1.c | 14 ++--
8 files changed, 153 insertions(+), 132 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5e714992755 RISC-V: Change MD attribute avl_type into avl_type_idx[NFC]
new fa68e04e760 OpenMP/Fortran: Group handling of 'if' clause without and w [...]
new 3a3596389c2 OpenACC 2.7: Implement self clause for compute constructs
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:
gcc/c/c-parser.cc | 60 +++++++++++++++++++-
gcc/c/c-typeck.cc | 1 +
gcc/cp/parser.cc | 64 +++++++++++++++++++++-
gcc/cp/pt.cc | 1 +
gcc/cp/semantics.cc | 5 +-
gcc/fortran/dump-parse-tree.cc | 42 +++++++-------
gcc/fortran/frontend-passes.cc | 4 +-
gcc/fortran/gfortran.h | 3 +-
gcc/fortran/openmp.cc | 44 +++++++++++++--
gcc/fortran/trans-openmp.cc | 18 ++++++
gcc/gimplify.cc | 2 +
gcc/omp-expand.cc | 41 ++++++++++++++
gcc/omp-low.cc | 2 +
gcc/testsuite/c-c++-common/goacc/self-clause-1.c | 22 ++++++++
gcc/testsuite/c-c++-common/goacc/self-clause-2.c | 17 ++++++
gcc/testsuite/gfortran.dg/goacc/self.f95 | 53 ++++++++++++++++++
gcc/tree-core.h | 3 +
gcc/tree-nested.cc | 2 +
gcc/tree-pretty-print.cc | 7 ++-
gcc/tree.cc | 2 +
gcc/tree.h | 2 +
include/gomp-constants.h | 2 +
libgomp/oacc-parallel.c | 11 ++++
.../libgomp.oacc-c-c++-common/{if-1.c => self-1.c} | 52 +++++++++---------
24 files changed, 396 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/self-clause-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/self-clause-2.c
create mode 100644 gcc/testsuite/gfortran.dg/goacc/self.f95
copy libgomp/testsuite/libgomp.oacc-c-c++-common/{if-1.c => self-1.c} (92%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6fa7284e282 c++: error with bit-fields and scoped enums [PR111895]
new 5e714992755 RISC-V: Change MD attribute avl_type into avl_type_idx[NFC]
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/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv-v.cc | 12 +++
gcc/config/riscv/riscv-vsetvl.cc | 2 +-
gcc/config/riscv/vector.md | 165 ++++++++++++++++++---------------------
4 files changed, 92 insertions(+), 88 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.