http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46579
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |davek at gcc dot gnu.org --- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2010-11-20 15:00:21 UTC --- readelf -s emit-rtl.o | grep dconst 498: 00000004 24 OBJECT GLOBAL DEFAULT COM dconst0 499: 00000004 24 OBJECT GLOBAL DEFAULT COM dconst1 500: 00000004 24 OBJECT GLOBAL DEFAULT COM dconst2 501: 00000004 24 OBJECT GLOBAL DEFAULT COM dconstm1 The normal symbols have 4 byte alignments, but their IR-only counter ones seem to have 16byte alignment.