On 07/12/2011 12:34 PM, Richard Sandiford wrote:
- HOST_WIDE_INT num_type_elements, num_initialized_elements; + bool complete_p = true; + HOST_WIDE_INT num_elts = 0;
Let's use num_split_elts so that it's clearer that we're counting the number of elements that have been initialized outside the CONSTRUCTOR. OK with that change.
Jason