re PR libgomp/67141 (wrong libgomp mutex initialisation order)
authorChung-Lin Tang <cltang@codesourcery.com>
Tue, 22 Sep 2015 06:45:22 +0000 (06:45 +0000)
committerChung-Lin Tang <cltang@gcc.gnu.org>
Tue, 22 Sep 2015 06:45:22 +0000 (06:45 +0000)
commit6bb4c3e2d8a978c590c01df7807c4e0819b33b85
treefa49e89a9624dff958ff59af53b25d34ea4cdb4e
parentdc2a24eddf28bf75a8869168202fa19a856af055
re PR libgomp/67141 (wrong libgomp mutex initialisation order)

2015-09-22  Chung-Lin Tang  <cltang@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.

From-SVN: r227994
libgomp/ChangeLog
libgomp/oacc-host.c
libgomp/oacc-init.c
libgomp/oacc-int.h