This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/30004] overzealous alignment of structure - 32 bytes (not bits!)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2006 22:59:00 -0000
- Subject: [Bug rtl-optimization/30004] overzealous alignment of structure - 32 bytes (not bits!)
- References: <bug-30004-12956@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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