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]

Attribute aligned??


Hello, 

I d like to understand more precisely the "aligned" attribute. 

After I write :
FOO bar __attribute__((aligned(8))); 

what should be the correct adress of bar (&bar) ?  
should  I have $bar == k * 8   ?


thanks for your help,

Sylvain
 


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