This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: are statically allocated structs always aligned to a machine word on x86/x86_64?


On Sun, Aug 23, 2015 at 02:49:17PM +0100, Jonathan Wakely wrote:
> On 23 August 2015 at 12:05, Segher Boessenkool wrote:
> > On Sun, Aug 23, 2015 at 12:15:56AM +0100, Jonathan Wakely wrote:
> >> because alignments must be a power of 2.
> >
> > That is true in C++, but not true in C or even POSIX afaics?
> 
> C11 §6.2.8
> 
> "Every valid alignment value shall be a nonnegative integral power of two."

Ah, that is hidden deep in /4, I didn't see it :-)  This is new
in C11 it seems?

And sorry for wandering off-topic.


Segher


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]