gcc/libgomp/testsuite/libgomp.oacc-c-c++-common
Cesar Philippidis 7ba8651ed2 re PR c++/80029 (valgrind error in new_omp_context(omp_region_type) (gimplify.c:400))
PR c++/80029

	gcc/
	* gimplify.c (is_oacc_declared): New function.
	(oacc_default_clause): Use it to set default flags for acc declared
	variables inside parallel regions.
	(gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
	declared variables.
	(gimplify_oacc_declare): Gimplify the declare clauses.  Add the
	declare attribute to any decl as necessary.

	libgomp/
	* testsuite/libgomp.oacc-c-c++-common/declare-vla.c: New test.

From-SVN: r246381
2017-03-22 06:52:10 -07:00
..
abort-1.c abort might not flush all open streams before process termination 2015-10-26 17:25:04 +01:00
abort-2.c
abort-3.c abort might not flush all open streams before process termination 2015-10-26 17:25:04 +01:00
abort-4.c
abort-5.c
acc-on-device-2.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
acc-on-device.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
acc_on_device-1.c [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared memory host execution 2015-08-10 18:48:26 +02:00
asyncwait-1.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
atomic_capture-1.c OpenACC atomic directive 2015-11-03 12:28:22 +01:00
atomic_capture-2.c OpenACC atomic directive 2015-11-03 12:28:22 +01:00
atomic_rw-1.c OpenACC atomic directive 2015-11-03 12:28:22 +01:00
atomic_update-1.c OpenACC atomic directive 2015-11-03 12:28:22 +01:00
cache-1.c [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax 2016-06-10 11:22:38 +02:00
clauses-1.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
clauses-2.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
collapse-1.c
collapse-2.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
collapse-3.c Run testsuite/libgomp.oacc-c++/c++.exp at -O2 by default 2015-06-30 15:43:55 +00:00
collapse-4.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
combined-directives-1.c Improve filenames for test cases of OpenACC combined directives 2015-10-29 10:03:40 +01:00
combined-reduction.c re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions) 2016-04-29 10:42:04 -07:00
context-1.c
context-2.c
context-3.c
context-4.c
crash-1.c Make libgomp.oacc-c-c++-common/crash-1.c a "link" test, and don't hardcode -O0 2016-08-04 15:34:57 +02:00
data-1.c
data-2-lib.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
data-2.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
data-3.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
data-already-1.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
data-already-2.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
data-already-3.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
data-already-4.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
data-already-5.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
data-already-6.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
data-already-7.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
data-already-8.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
data-clauses-kernels-ipa-pta.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
data-clauses-kernels.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
data-clauses-parallel-ipa-pta.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
data-clauses-parallel.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
data-clauses.h Update OpenACC test cases 2016-03-30 17:08:47 +02:00
declare-1.c c-pragma.c (oacc_pragmas): Add entry for declare directive. 2015-11-12 22:20:41 +00:00
declare-2.c c-pragma.c (oacc_pragmas): Add entry for declare directive. 2015-11-12 22:20:41 +00:00
declare-4.c * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause. 2016-02-02 16:22:26 +00:00
declare-5.c c-pragma.c (oacc_pragmas): Add entry for declare directive. 2015-11-12 22:20:41 +00:00
declare-vla.c re PR c++/80029 (valgrind error in new_omp_context(omp_region_type) (gimplify.c:400)) 2017-03-22 06:52:10 -07:00
default-1.c gimplify.c (oacc_default_clause): New. 2015-11-12 13:51:13 +00:00
deviceptr-1.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
enter_exit-lib.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
firstprivate-1.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
gang-static-1.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
gang-static-2.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
host_data-1.c OpenACC host_data support. 2015-12-01 15:52:23 +00:00
host_data-2.c Some OpenACC host_data cleanup 2015-12-02 16:53:34 +01:00
host_data-4.c Some OpenACC host_data cleanup 2015-12-02 16:53:34 +01:00
host_data-5.c Some OpenACC host_data cleanup 2015-12-02 16:53:34 +01:00
if-1.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
kernels-alias-ipa-pta-2.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
kernels-alias-ipa-pta-3.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
kernels-alias-ipa-pta.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
kernels-empty.c
kernels-loop-2.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-3.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-and-seq-2.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-and-seq-3.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-and-seq-4.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-and-seq-5.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-and-seq-6.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-and-seq.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-clauses.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
kernels-loop-collapse.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-g.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-mod-not-zero.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-n.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop-nest.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-loop.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
kernels-reduction.c Use plain -fopenacc to enable OpenACC kernels processing 2016-02-23 16:07:54 +01:00
lib-1.c libgomp testsuite: Remove some explicit acc_device_nvidia usage. 2015-10-26 17:24:54 +01:00
lib-2.c libgomp testsuite: Remove some explicit acc_device_nvidia usage. 2015-10-26 17:24:54 +01:00
lib-3.c [libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.c 2015-10-26 17:24:28 +01:00
lib-4.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-5.c
lib-6.c
lib-7.c
lib-8.c libgomp: Additional acc_shutdown bug fixing and testing 2015-10-26 17:24:44 +01:00
lib-9.c libgomp testsuite: Remove some explicit acc_device_nvidia usage. 2015-10-26 17:24:54 +01:00
lib-10.c libgomp testsuite: Remove some explicit acc_device_nvidia usage. 2015-10-26 17:24:54 +01:00
lib-11.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-12.c
lib-13.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-14.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-15.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-16.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-17.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-18.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-19.c
lib-20.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-21.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-22.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-23.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-24.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-25.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-26.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-27.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-28.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-29.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-30.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-31.c
lib-32.c
lib-33.c
lib-34.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-35.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-36.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-37.c
lib-38.c
lib-39.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-40.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-41.c
lib-42.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-43.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-44.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-45.c
lib-46.c
lib-47.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-48.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-49.c
lib-50.c
lib-51.c
lib-52.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-53.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-54.c c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POINTER. 2016-05-24 15:54:21 -07:00
lib-55.c
lib-56.c
lib-57.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-58.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-59.c
lib-60.c
lib-61.c
lib-62.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-63.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-64.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-65.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-66.c
lib-67.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-68.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-69.c
lib-70.c
lib-71.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-72.c
lib-73.c
lib-74.c
lib-75.c
lib-76.c
lib-77.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-78.c
lib-79.c
lib-80.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
lib-81.c
lib-82.c
lib-83.c
lib-84.c
lib-85.c
lib-86.c
lib-87.c
lib-88.c
lib-89.c
lib-90.c
lib-91.c
lib-92.c
loop-auto-1.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
loop-dim-default.c loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive. 2017-02-11 21:23:50 +00:00
loop-g-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
loop-g-2.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
loop-gwv-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
loop-red-g-1.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
loop-red-gwv-1.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
loop-red-v-1.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
loop-red-v-2.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
loop-red-w-1.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
loop-red-w-2.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
loop-red-wv-1.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
loop-v-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
loop-w-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
loop-wv-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
mode-transitions.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
nested-1.c
nested-2.c
offset-1.c
par-loop-comb-reduction-1.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
par-loop-comb-reduction-2.c Improve libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c 2016-04-12 12:40:22 +02:00
par-loop-comb-reduction-3.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
par-loop-comb-reduction-4.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
par-reduction-1.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
par-reduction-2.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
parallel-dims.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
parallel-empty.c
parallel-reduction.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
pointer-align-1.c
pr70289.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
pr70373.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
pr70688.c re PR c/70688 (bogus OpenACC data clause errors involving reductions) 2016-06-01 13:37:44 -07:00
present-1.c Add checkpoint to libgomp dg-shouldfail tests 2015-09-30 10:44:49 +02:00
present-2.c
private-variables.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
reduction-1.c re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and other OpenACC reduction test case "oddities") 2016-04-13 11:54:41 -07:00
reduction-2.c re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and other OpenACC reduction test case "oddities") 2016-04-13 11:54:41 -07:00
reduction-3.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
reduction-4.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
reduction-5.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
reduction-6.c re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
reduction-7.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
reduction-8.c c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addressable when async clause exists. 2016-06-03 14:25:12 +00:00
reduction-cplx-dbl.c loop-dim-default.c: Skip on hppa*-*-*. 2017-02-09 00:22:32 +00:00
reduction-cplx-flt.c loop-dim-default.c: Skip on hppa*-*-*. 2017-02-09 00:22:32 +00:00
reduction-dbl.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
reduction-flt.c re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.) 2016-08-18 14:46:19 +00:00
reduction-initial-1.c nvptx.c (nvptx_goacc_validate_dims): Add checking. 2015-11-04 20:48:05 +00:00
reduction.h re PR lto/70289 ([openacc] ICE in input_varpool_node) 2016-04-08 14:09:47 -07:00
routine-1.c C++ OpenACC routine directive testing: templated, and "auto", trailing return type syntax 2016-08-04 15:35:10 +02:00
routine-4.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
routine-g-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
routine-gwv-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
routine-v-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
routine-w-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
routine-wv-1.c Also test -O0 for OpenACC C, C++ offloading test cases 2016-03-24 22:29:55 +01:00
routine-wv-2.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
subr.h
subr.ptx
tile-1.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
timer.h
update-1.c re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected result) 2016-03-23 14:38:55 +00:00
vector-loop.c Update OpenACC test cases 2016-03-30 17:08:47 +02:00
vector-type-1.c Fix offloading machine mode stream reading 2015-08-10 17:22:30 +02:00
vprop.c gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE. 2017-02-09 13:46:20 +00:00
zero_length_subarrays.c c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER. 2016-07-15 07:13:48 -07:00