[Bug target/29249] Alignment error with static const variable in inline function

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Sep 27 18:11:00 GMT 2006



------- 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



More information about the Gcc-bugs mailing list