From: Michael Tiemann Date: Wed, 4 Mar 1992 07:35:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13541 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81784237eaee56a864c4e71beed6a43ac522763d;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r390 --- diff --git a/gcc/tree.c b/gcc/tree.c index e67b09347049..710f37b703c7 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -1675,7 +1675,8 @@ int_size_in_bytes (type) } /* Return, as an INTEGER_CST node, the number of elements for - TYPE (which is an ARRAY_TYPE). */ + TYPE (which is an ARRAY_TYPE) minus one. + This counts only elements of the top array. */ tree array_type_nelts (type)