On Thu, Apr 01, 2010 at 11:25:25AM -0400, Ronald S. Bultje wrote: > I'm probably asking silly questions here, but can I allocate aligned > memory on the stack? Or do they have to be in the struct? You better avoid it on the stack, it won't work reliably on all supported configurations.