On Fri, 2006-01-20 at 11:49 -0500, Linus Torvalds wrote: > > On Fri, 20 Jan 2006, Benoit Boissinot wrote: > > > > On x86 (32bits), i have the same i think: > > Interestingly, __alignof__(unsigned long long) is 8 these days, even > though I think historically on x86 it was 4. Is this perhaps different in > gcc-3 and gcc-4? > > Or do I just remember wrong? > I don't know what __alignof__ does but afaik, unsigned long long has been 8 bytes at least since gcc 3.3.X. I don't know the size of it in 4.X.X.