gcc/libgomp/plugin
Julian Brown 32eaed9380 re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)
PR libgomp/65742

    gcc/
    * builtins.c (expand_builtin_acc_on_device): Don't use open-coded
    sequence for !ACCEL_COMPILER.

    libgomp/
    * oacc-init.c (plugin/plugin-host.h): Include.
    (acc_on_device): Check whether we're in an offloaded region for
    host_nonshm
    plugin. Don't use __builtin_acc_on_device.
    * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_parallel): Set
    nonshm_exec flag in thread-local data.
    (GOMP_OFFLOAD_openacc_create_thread_data): Allocate thread-local
    data for host_nonshm plugin.
    (GOMP_OFFLOAD_openacc_destroy_thread_data): Free thread-local data
    for host_nonshm plugin.
    * plugin/plugin-host.h: New.

From-SVN: r223801
2015-05-28 09:29:19 +00:00
..
Makefrag.am Merge current set of OpenACC changes from gomp-4_0-branch. 2015-01-15 21:11:12 +01:00
configfrag.ac Merge current set of OpenACC changes from gomp-4_0-branch. 2015-01-15 21:11:12 +01:00
plugin-host.c re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.) 2015-05-28 09:29:19 +00:00
plugin-host.h re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.) 2015-05-28 09:29:19 +00:00
plugin-nvptx.c plugin-nvptx.c (nvptx_get_num_devices): Return zero on cuInit failure. 2015-05-19 11:06:31 +00:00