Re: patch fix issue 1 with "[libstdc++/65033] Give alignment info to libatomic"

2015-04-13 Thread Jonathan Wakely
On 13/04/15 06:45 +0200, Hans-Peter Nilsson wrote: Ever since aligmnent was made sane-ish, 62259.cc has failed for reasons obvious in the patch. Can I please commit this? Yes, OK for trunk and the gcc-5-branch, thanks.

patch fix issue 1 with "[libstdc++/65033] Give alignment info to libatomic"

2015-04-12 Thread Hans-Peter Nilsson
>PR libstdc++/62259 >PR libstdc++/65147 >* include/std/atomic (atomic): Increase alignment for types with >the same size as one of the integral types. >* testsuite/29_atomics/atomic/60695.cc: Adjust dg-error line number. >* testsuite/29_atomics/atomi