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]

Re: Initializing structures


>>>>> "Tim" == Tim Josling <tej@melbpc.org.au> writes:

    Tim> Can anyone rule in or out the possibility of getting the
    Tim> first option struct mystruct XXX= "AAABBBCCC"; ?

This will not work.

And, in my opinion, should not; I think forcing front-ends to bust the
initializer up into the various element initializers is the right
thing.

Sorry,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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