https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67141
--- Comment #6 from Chung-Lin Tang <cltang at gcc dot gnu.org> --- Author: cltang Date: Tue Sep 22 06:45:22 2015 New Revision: 227994 URL: https://gcc.gnu.org/viewcvs?rev=227994&root=gcc&view=rev Log: 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: trunk/libgomp/ChangeLog trunk/libgomp/oacc-host.c trunk/libgomp/oacc-init.c trunk/libgomp/oacc-int.h