Re: [PATCH] PR libstdc++/85930 fix misaligned reference

2018-06-04 Thread Jonathan Wakely
On 04/06/18 17:06 +0100, Jonathan Wakely wrote: PR libstdc++/85930 * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti): Align the static variable correctly. And _really_ align it this time, so the alignment-specifier isn't ignored (with the warning suppressed

[PATCH] PR libstdc++/85930 fix misaligned reference

2018-06-04 Thread Jonathan Wakely
PR libstdc++/85930 * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti): Align the static variable correctly. Tested powerpc64le-linux, committed to trunk. commit b0aa443f66d21f904ea0144b16df4b14ef9df09c Author: Jonathan Wakely Date: Mon Jun 4 16:45:42 2018 +0