On Sun, 2006-08-27 at 22:15 +0200, Marcin 'Qrczak' Kowalczyk wrote: > I asked: > I found that the .size bug has been reported in January 2006: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25805
This is a different issue unrelated to .size but really to actually not outputting all the data for flexible array members with zero initializers. In fact in 3.2.3, we don't produce the correct .size either and 3.2.3 was one of the releases where that bug was known to fixed. Thanks, Andrew Pinski