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: GCC problem (Was: Re: [bugs] Problem compiling the kernel)


On Mon, 10 Dec 2001, I wrote:

> You're the expert on initializers in GCC, not me; you'd need to handle a
> COMPOUND_LITERAL_EXPR specially for objects of static storage duration in
> the appropriate place, and look at the DECL_INITIAL of the
> COMPOUND_LITERAL_EXPR_DECL.  (Plus add a testcase and docs.)

All if !flag_isoc99 only, of course - I don't think we should perpetuate
this in gnu99 mode.

-- 
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]