gcc/c/ * c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. * c-typeck.c (handle_omp_array_sections_1): Replace bool is_omp argument with enum c_omp_region_type ort. (handle_omp_array_sections): Likewise. Update call to handle_omp_array_sections_1. (c_finish_omp_clauses): Add specific errors and warning messages for OpenACC. Use firsrtprivate pointers for OpenACC subarrays. Update call to handle_omp_array_sections. gcc/cp/ * parser.c (cp_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. * semantics.c (handle_omp_array_sections_1): Replace bool is_omp argument with enum c_omp_region_type ort. Don't privatize OpenACC non-static members. (handle_omp_array_sections): Replace bool is_omp argument with enum c_omp_region_type ort. Update call to handle_omp_array_sections_1. (finish_omp_clauses): Add specific errors and warning messages for OpenACC. Use firsrtprivate pointers for OpenACC subarrays. Update call to handle_omp_array_sections. gcc/ * gimplify.c (omp_notice_variable): Use zero-length arrays for data pointers inside OACC_DATA regions. (gimplify_scan_omp_clauses): Prune firstprivate clause associated with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions. (gimplify_adjust_omp_clauses): Fix typo in comment. gcc/testsuite/ * c-c++-common/goacc/data-clause-duplicate-1.c: Adjust test. * c-c++-common/goacc/deviceptr-1.c: Likewise. * c-c++-common/goacc/kernels-alias-3.c: Likewise. * c-c++-common/goacc/kernels-alias-4.c: Likewise. * c-c++-common/goacc/kernels-alias-5.c: Likewise. * c-c++-common/goacc/kernels-alias-8.c: Likewise. * c-c++-common/goacc/kernels-alias-ipa-pta-3.c: Likewise. * c-c++-common/goacc/pcopy.c: Likewise. * c-c++-common/goacc/pcopyin.c: Likewise. * c-c++-common/goacc/pcopyout.c: Likewise. * c-c++-common/goacc/pcreate.c: Likewise. * c-c++-common/goacc/pr70688.c: New test. * c-c++-common/goacc/present-1.c: Adjust test. * c-c++-common/goacc/reduction-5.c: Likewise. * g++.dg/goacc/data-1.C: New test. libgomp/ * oacc-mem.c (acc_malloc): Update handling of shared-memory targets. (acc_free): Likewise. (acc_memcpy_to_device): Likewise. (acc_memcpy_from_device): Likewise. (acc_deviceptr): Likewise. (acc_hostptr): Likewise. (acc_is_present): Likewise. (acc_map_data): Likewise. (acc_unmap_data): Likewise. (present_create_copy): Likewise. (delete_copyout): Likewise. (update_dev_host): Likewise. * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Remove xfail. * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: New test. * testsuite/libgomp.oacc-c-c++-common/data-2.c: Adjust test. * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c: New test. * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Adjust test so that it only runs on nvptx targets. * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-15.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-24.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise. From-SVN: r236678
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Wparentheses-1.c | Loading commit data... | |
asyncwait-1.c | Loading commit data... | |
cache-1.c | Loading commit data... | |
clauses-fail.c | Loading commit data... | |
collapse-1.c | Loading commit data... | |
combined-directives-2.c | Loading commit data... | |
combined-directives.c | Loading commit data... | |
combined-reduction.c | Loading commit data... | |
data-1.c | Loading commit data... | |
data-2.c | Loading commit data... | |
data-clause-duplicate-1.c | Loading commit data... | |
data-default-1.c | Loading commit data... | |
declare-1.c | Loading commit data... | |
declare-2.c | Loading commit data... | |
deviceptr-1.c | Loading commit data... | |
deviceptr-2.c | Loading commit data... | |
deviceptr-3.c | Loading commit data... | |
host_data-1.c | Loading commit data... | |
host_data-2.c | Loading commit data... | |
if-clause-1.c | Loading commit data... | |
if-clause-2.c | Loading commit data... | |
kernels-1.c | Loading commit data... | |
kernels-alias-2.c | Loading commit data... | |
kernels-alias-3.c | Loading commit data... | |
kernels-alias-4.c | Loading commit data... | |
kernels-alias-5.c | Loading commit data... | |
kernels-alias-6.c | Loading commit data... | |
kernels-alias-7.c | Loading commit data... | |
kernels-alias-8.c | Loading commit data... | |
kernels-alias-ipa-pta-2.c | Loading commit data... | |
kernels-alias-ipa-pta-3.c | Loading commit data... | |
kernels-alias-ipa-pta-4.c | Loading commit data... | |
kernels-alias-ipa-pta.c | Loading commit data... | |
kernels-alias.c | Loading commit data... | |
kernels-counter-vars-function-scope.c | Loading commit data... | |
kernels-default-2.c | Loading commit data... | |
kernels-default.c | Loading commit data... | |
kernels-double-reduction-n.c | Loading commit data... | |
kernels-double-reduction.c | Loading commit data... | |
kernels-loop-2.c | Loading commit data... | |
kernels-loop-3.c | Loading commit data... | |
kernels-loop-g.c | Loading commit data... | |
kernels-loop-mod-not-zero.c | Loading commit data... | |
kernels-loop-n.c | Loading commit data... | |
kernels-loop-nest.c | Loading commit data... | |
kernels-loop.c | Loading commit data... | |
kernels-one-counter-var.c | Loading commit data... | |
kernels-reduction.c | Loading commit data... | |
loop-1.c | Loading commit data... | |
loop-2-kernels.c | Loading commit data... | |
loop-2-parallel.c | Loading commit data... | |
loop-3.c | Loading commit data... | |
loop-auto-1.c | Loading commit data... | |
loop-clauses.c | Loading commit data... | |
loop-private-1.c | Loading commit data... | |
loop-shape.c | Loading commit data... | |
nesting-1.c | Loading commit data... | |
nesting-data-1.c | Loading commit data... | |
nesting-fail-1.c | Loading commit data... | |
parallel-1.c | Loading commit data... | |
pcopy.c | Loading commit data... | |
pcopyin.c | Loading commit data... | |
pcopyout.c | Loading commit data... | |
pcreate.c | Loading commit data... | |
pr69916.c | Loading commit data... | |
pr70688.c | Loading commit data... | |
pragma_context.c | Loading commit data... | |
present-1.c | Loading commit data... | |
reduction-1.c | Loading commit data... | |
reduction-2.c | Loading commit data... | |
reduction-3.c | Loading commit data... | |
reduction-4.c | Loading commit data... | |
reduction-5.c | Loading commit data... | |
reduction-promotions.c | Loading commit data... | |
routine-1.c | Loading commit data... | |
routine-2.c | Loading commit data... | |
routine-3.c | Loading commit data... | |
routine-4.c | Loading commit data... | |
routine-5.c | Loading commit data... | |
sb-1.c | Loading commit data... | |
sb-2.c | Loading commit data... | |
sb-3.c | Loading commit data... | |
tile.c | Loading commit data... | |
uninit-copy-clause.c | Loading commit data... | |
uninit-dim-clause.c | Loading commit data... | |
uninit-firstprivate-clause.c | Loading commit data... | |
uninit-if-clause.c | Loading commit data... | |
uninit-use-device-clause.c | Loading commit data... | |
update-1.c | Loading commit data... |