------- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-27 18:10 ------- in the .s file you should have something like: .align 16 .type x.1887, @object .size x.1887, 4 x.1887: .long 123 ---- Notice the .align there.
Can you attach the .s file that is produced with -S ? -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- GCC target triplet|cygwin |i686-pc-cygwin http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29249