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

2006-11-27 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-27 22:57 --- I think this was fixed by: 2006-01-10 Jan Beulich [EMAIL PROTECTED] * config/i386/i386.c (ix86_data_alignment): Don't force alignment to 256 bits when optimize_size. --

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

2006-11-27 Thread pinskia 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

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

2006-11-27 Thread vda dot linux at googlemail dot com
--- Comment #3 from vda dot linux at googlemail dot com 2006-11-27 23:03 --- Super! Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30004