https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67141
--- Comment #7 from Chung-Lin Tang <cltang at gcc dot gnu.org> --- Author: cltang Date: Tue Sep 22 11:18:23 2015 New Revision: 228011 URL: https://gcc.gnu.org/viewcvs?rev=228011&root=gcc&view=rev Log: 2015-09-22 Chung-Lin Tang <clt...@codesourcery.com> Backport from mainline: 2015-09-22 Chung-Lin Tang <clt...@codesourcery.com> PR libgomp/67141 * oacc-int.h (goacc_host_init): Add declaration. * oacc-host.c (goacc_host_init): Remove static and constructor attribute. * oacc-init.c (goacc_runtime_initialize): Call goacc_host_init() at end. Modified: branches/gcc-5-branch/libgomp/ChangeLog branches/gcc-5-branch/libgomp/oacc-host.c branches/gcc-5-branch/libgomp/oacc-init.c branches/gcc-5-branch/libgomp/oacc-int.h