------- Comment #26 from ebotcazou at gcc dot gnu dot org  2006-01-19 18:33 
-------
> In your closing arguments you said these static object need to be members of
> an array.  How would I do that?

You need to use a single array for your table if all the elements have the same
type or a single big structure with a specific field for each element.

> I'm perfectly willing to 'enclose' this entire bundle if I knew how.  But I'm
> not sure how.  Specific members inside have specific names, like PRT above.
> These have to be 'referenced' from outside the array.  I don't think we can
> give names to array members.

array[0], array[1], ...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25791

Reply via email to