Re: [PATCH 1/4, libgomp] Resolve deadlock on plugin exit (Ping x2)

2016-05-12 Thread Jakub Jelinek
On Wed, May 11, 2016 at 02:49:03PM +0800, Chung-Lin Tang wrote: > Ping x2 These are again plugin ABI incompatible changes, so you need to arrange for the 6.1 plugins to be rejected by trunk libgomp with the changes and vice versa. Jakub

Re: [PATCH 1/4, libgomp] Resolve deadlock on plugin exit (Ping x2)

2016-05-10 Thread Chung-Lin Tang
Ping x2 On 2016/4/16 3:39 PM, Chung-Lin Tang wrote: > Ping. > > On 2016/3/21 06:21 PM, Chung-Lin Tang wrote: >> Hi, this is the set of patches from >> https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01411.html >> revised again, this time also with audits for the HSA plugin. >> >> The changes are p

Re: [PATCH 1/4, libgomp] Resolve deadlock on plugin exit

2016-04-16 Thread Chung-Lin Tang
Ping. On 2016/3/21 06:21 PM, Chung-Lin Tang wrote: > Hi, this is the set of patches from > https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01411.html > revised again, this time also with audits for the HSA plugin. > > The changes are pretty minor, mainly that the unload_image hook now > receives s

Re: [PATCH 1/4, libgomp] Resolve deadlock on plugin exit

2016-03-24 Thread Martin Jambor
Hi, On Mon, Mar 21, 2016 at 06:21:02PM +0800, Chung-Lin Tang wrote: > Hi, this is the set of patches from > https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01411.html > revised again, this time also with audits for the HSA plugin. > > The changes are pretty minor, mainly that the unload_image hook

Re: [PATCH 1/4, libgomp] Resolve deadlock on plugin exit

2016-03-21 Thread Chung-Lin Tang
On 2016/3/21 07:01 PM, Alexander Monakov wrote: > Hi, > > I'd like to note that I have a small patch on gomp-nvptx branch that deals > with the worst user-visible regression in a non-intrusive manner: > > https://gcc.gnu.org/ml/gcc-patches/2016-03/msg01109.html > > Alexander > That error condi

Re: [PATCH 1/4, libgomp] Resolve deadlock on plugin exit

2016-03-21 Thread Alexander Monakov
Hi, I'd like to note that I have a small patch on gomp-nvptx branch that deals with the worst user-visible regression in a non-intrusive manner: https://gcc.gnu.org/ml/gcc-patches/2016-03/msg01109.html Alexander

[PATCH 1/4, libgomp] Resolve deadlock on plugin exit

2016-03-21 Thread Chung-Lin Tang
Hi, this is the set of patches from https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01411.html revised again, this time also with audits for the HSA plugin. The changes are pretty minor, mainly that the unload_image hook now receives similar error handling treatment. Tested again without regressio