This is the mail archive of the gcc-bugs@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]

[Bug testsuite/39550] compat tests for flexible array members



------- Comment #2 from joseph at codesourcery dot com  2009-03-25 00:45 -------
Subject: Re:  compat tests for flexible array members

On Wed, 25 Mar 2009, hjl dot tools at gmail dot com wrote:

> Flexible array member isn't allowed in union:

However, a union may contain a structure that in turn contains a flexible 
array member.  And a union may contain a union containing such a 
structure, and so on.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39550


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