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]

GCC 4.9 data alignment change, i386 & x86-64


For i386/x86-64, I noticed this change from 4.8 to 4.9:

$ echo "int a[0x20] = { 0 };" | gcc-4.8 -S -x c -o - - | grep align
  .align 32

$ echo "int a[0x20] = { 0 };" | gcc-4.9 -S -x c -o - - | grep align
  .align 64

Is it possible to get GCC 4.9 to limit the data alignment to 32?

Thanks,

-Jordan

Attachment: signature.asc
Description: signature


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