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]
Other format: [Raw text]

Re: More gimplification and inlining patches


On Mon, Jul 05, 2004 at 10:26:25PM -0400, Richard Kenner wrote:
> Also, array_type_nelts returns the number minus one and both callers
> got it wrong.  A few other minor things are fixed here as well.

Then it doesn't return the number of elements, it returns the 
max index.  Seems to me it should either return what it's named,
or be renamed.


r~


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