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