Re: Fix libgomp alignment errors on Tru64 UNIX (PR libgomp/45351)

2011-07-25 Thread Jakub Jelinek
On Mon, Jul 25, 2011 at 05:04:03PM +0200, Rainer Orth wrote: > As discussed in the PR, we need to force int alignment for sem_t on > Tru64 UNIX to work around a bug in the native librt. The following > patch does this. > > Tested by rebuilding libgomp, make check is still running. No failures >

Fix libgomp alignment errors on Tru64 UNIX (PR libgomp/45351)

2011-07-25 Thread Rainer Orth
As discussed in the PR, we need to force int alignment for sem_t on Tru64 UNIX to work around a bug in the native librt. The following patch does this. Tested by rebuilding libgomp, make check is still running. No failures or unaligned access errors so for. Ok for mainline if it passes? Thanks