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(-)