diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-16 15:28:55 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-16 15:28:55 +0000 |
commit | 74f8420a5b204c5e021ce05b3d0d79ba9718360a (patch) | |
tree | 9f90a3317de2b4fa1ec8f93c322df10664acee4f /libgomp/oacc-host.c | |
parent | dd329d30040f8c9e493bf85514c364d5ac5d6551 (diff) | |
download | gcc-74f8420a5b204c5e021ce05b3d0d79ba9718360a.tar.gz |
2016-04-16 Basile Starynkevitch <basile@starynkevitch.net>
{{merging with even more of GCC 6, using subversion 1.9
svn merge -r230701:231650 ^/trunk
}}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@235062 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/oacc-host.c')
-rw-r--r-- | libgomp/oacc-host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/oacc-host.c b/libgomp/oacc-host.c index 98748041bfc..d289b38941d 100644 --- a/libgomp/oacc-host.c +++ b/libgomp/oacc-host.c @@ -222,7 +222,7 @@ static struct gomp_device_descr host_dispatch = .mem_map = { NULL }, /* .lock initilized in goacc_host_init. */ - .is_initialized = false, + .state = GOMP_DEVICE_UNINITIALIZED, .openacc = { .data_environ = NULL, |