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