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 10-Jul-2037, Richard Kenner, GNU C Maintainer <kenner@vlsi1.ultra.nyu.edu> 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 ...

tree.def:
> + /* Likewise, except that the result is a range of the array.  The starting

I think s/range/range ("slice")/ here in tree.def, like in your mail,
would help.

If you talk about ranges of arrays without mentioning slices,
then my first reaction is to think you are talking about the
array bounds.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]