This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: New tree code: ARRAY_RANGE_REF
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: New tree code: ARRAY_RANGE_REF
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Mon, 4 Jun 2001 15:44:38 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
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