699c699
< char storage[sizeof(Storage)];
---
> char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
1640c1640
< char storage[sizeof(Storage)];
---
> char storage[sizeof(Storage)] __attribute__ ((aligned (8)));