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: C99 conformance bug in gcc-3.1


On Thu, 30 May 2002, Fergus Henderson wrote:

> GNU C permits structs with zero-sized array members to be elements of
> other arrays or structs, and thus requires them to be padded to ensure

All cases where flexible array member constraints aren't checked are
(documented) bugs, not extensions that should be used, except for the
single documented extension of allowing static initialization.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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