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: Questions about a constant array reference in the C++ front end


On Sunday 08 May 2005 06:11, Kazu Hirata wrote:
> I created an array with more than one thousand elements.  I still did
> not see a RANGE_EXPR in the array's CONSTRUCTOR.  How do I get a
> RANGE_EXPR in a CONSTRUCTOR?

IIRC G++ only builds RANGE_EXPRs for all-zero constructors.

Gr.
Steven


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