[Bug rtl-optimization/30004] overzealous alignment of structure - 32 bytes (not bits!)

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Nov 27 22:59:00 GMT 2006



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-11-27 22:59 -------
Yes it was fixed:
        .comm   udhcp_client_config1,36,4

.....

        .align 4
        .type   client_config2, @object
        .size   client_config2, 36
client_config2:


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30004



More information about the Gcc-bugs mailing list