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: Variadic templates, fourth revision [Committed]


"Doug Gregor" <doug.gregor@gmail.com> writes:

> 	* cp-tree.def (TYPE_ARGUMENT_PACK): New.
> 	(NONTYPE_ARGUMENT_PACK): New.
> 	(TYPE_PACK_EXPANSION): New.
> 	(EXPR_PACK_EXPANSION): New.
> 	(ARGUMENT_PACK_SELECT): New.

We have reached the limit on the number of tree codes in the obj-c++
compiler (LAST_CPLUS_TREE_CODE = 251, LAST_OBJC_TREE_CODE = 262).

../../gcc/objcp/objcp-lang.c: In function 'objcxx_init_ts':
../../gcc/objcp/objcp-lang.c:146: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:147: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:148: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:150: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:151: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:152: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:154: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:155: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:156: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:158: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:159: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:160: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:162: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:163: error: array subscript is above array bounds
../../gcc/objcp/objcp-lang.c:164: error: array subscript is above array bounds

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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