This is the mail archive of the gcc-patches@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]

Re: New tree code: ARRAY_RANGE_REF


On Mon, 4 Jun 2001, Richard Kenner wrote:

> This is the same as ARRAY_REF except that the result's type is also an
> array.  It represents a range ("slice") of array elements starting at
> the one given by the index and whose length is determined by the type
> of the ARRAY_RANGE_REF.

Even though this code isn't used for C/C++, could you document it in 
c-tree.texi so the documentation is there when c-tree.texi becomes part of 
a general front end interface manual?

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