This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6dc6c0a7ec0 2018-11-30 Vladimir Makarov vmakarov@redhat.com new d084eb0a61d Add libgomp.oacc-fortran/lib-16-2.f90 new ba688147af7 Support multiple OpenACC wait clauses new 3e3de40a5ab Clean up Fortran OpenACC wait clause handling new 1d89613e77d [PR87924] Add (XFAILed) test cases for OpenACC wait clauses [...] new 52b928e7cd1 [C++] Use existing local variable in cp_parser_oacc_enter_e [...] new 2110057d427 [PR88288, OpenACC, libgomp] Adjust offsets for present data [...]
The 6 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/cp/ChangeLog | 5 +++ gcc/cp/parser.c | 2 +- gcc/fortran/ChangeLog | 8 +++++ gcc/fortran/gfortran.h | 2 +- gcc/fortran/openmp.c | 8 ++--- gcc/testsuite/ChangeLog | 9 +++++ gcc/testsuite/c-c++-common/goacc/asyncwait-5.c | 35 ++++++++++++++++++ gcc/testsuite/gfortran.dg/goacc/asyncwait-5.f | 33 +++++++++++++++++ libgomp/ChangeLog | 10 ++++++ libgomp/oacc-parallel.c | 3 +- .../testsuite/libgomp.oacc-c-c++-common/pr88288.c | 41 ++++++++++++++++++++++ .../{lib-16.f90 => lib-16-2.f90} | 3 +- libgomp/testsuite/libgomp.oacc-fortran/lib-16.f90 | 1 + 13 files changed, 150 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/asyncwait-5.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/asyncwait-5.f create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr88288.c copy libgomp/testsuite/libgomp.oacc-fortran/{lib-16.f90 => lib-16-2.f90} (94%)