2011/11/18 Jason Merrill <ja...@redhat.com>: > On 11/18/2011 05:18 AM, Fabien Chêne wrote: >> >> +template< size_t, size_t> struct AlignedBuffer; >> +template< size_t size> struct AlignedBuffer >> +< size, 8> { >> +}; > > This testcase will break on targets where alignof(void*) != 8; just define > the base template and remove the partial specialization.
Good catch, fixed. > OK with that change. I have just committed. Unfortunately, I have mentioned the wrong PR number in the ChangeLog. Consequently, Bugzilla isn't quite happy, shall I adjust the previous commit with the good PR number (51188) ? -- Fabien