This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: .size directives and flexible array members


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]