This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af648be [gcc] 2016-05-24 Michael Meissner meissner@linux.vnet.ibm.com new 6d6a3fc gcc/c/ * c-parser.c (c_parser_oacc_declare): Add support fo [...]
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/ChangeLog | 8 ++ gcc/c/ChangeLog | 12 +++ gcc/c/c-parser.c | 1 + gcc/c/c-typeck.c | 59 ++++++++++---- gcc/cp/ChangeLog | 13 +++ gcc/cp/parser.c | 1 + gcc/cp/semantics.c | 72 +++++++++++----- gcc/gimplify.c | 18 +++- gcc/testsuite/ChangeLog | 18 ++++ .../c-c++-common/goacc/data-clause-duplicate-1.c | 8 +- gcc/testsuite/c-c++-common/goacc/deviceptr-1.c | 8 +- gcc/testsuite/c-c++-common/goacc/kernels-alias-3.c | 2 +- gcc/testsuite/c-c++-common/goacc/kernels-alias-4.c | 2 +- gcc/testsuite/c-c++-common/goacc/kernels-alias-5.c | 2 +- gcc/testsuite/c-c++-common/goacc/kernels-alias-8.c | 4 +- .../c-c++-common/goacc/kernels-alias-ipa-pta-3.c | 5 +- gcc/testsuite/c-c++-common/goacc/pcopy.c | 2 +- gcc/testsuite/c-c++-common/goacc/pcopyin.c | 2 +- gcc/testsuite/c-c++-common/goacc/pcopyout.c | 2 +- gcc/testsuite/c-c++-common/goacc/pcreate.c | 2 +- gcc/testsuite/c-c++-common/goacc/pr70688.c | 48 +++++++++++ gcc/testsuite/c-c++-common/goacc/present-1.c | 2 +- gcc/testsuite/c-c++-common/goacc/reduction-5.c | 4 +- gcc/testsuite/g++.dg/goacc/data-1.C | 39 +++++++++ libgomp/ChangeLog | 45 ++++++++++ libgomp/oacc-mem.c | 46 ++++++++++- .../libgomp.oacc-c-c++-common/asyncwait-1.c | 2 - .../{data-3.c => data-2-lib.c} | 95 +++++++++++++--------- .../testsuite/libgomp.oacc-c-c++-common/data-2.c | 25 +++--- .../testsuite/libgomp.oacc-c-c++-common/data-3.c | 31 ++++--- .../libgomp.oacc-c-c++-common/enter_exit-lib.c | 70 ++++++++++++++++ .../testsuite/libgomp.oacc-c-c++-common/lib-13.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-14.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-15.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-16.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-17.c | 5 +- .../testsuite/libgomp.oacc-c-c++-common/lib-18.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-20.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-21.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-22.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-23.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-24.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-25.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-28.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-29.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-30.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-34.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-42.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-43.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-44.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-47.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-48.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-52.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-53.c | 4 +- .../testsuite/libgomp.oacc-c-c++-common/lib-54.c | 4 +- 55 files changed, 594 insertions(+), 151 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/pr70688.c create mode 100644 gcc/testsuite/g++.dg/goacc/data-1.C copy libgomp/testsuite/libgomp.oacc-c-c++-common/{data-3.c => data-2-lib.c} (51%) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c