r112969 - in /trunk/gcc/cp: ChangeLog Make-lang...
kazu@gcc.gnu.org
kazu@gcc.gnu.org
Sat Apr 15 12:40:00 GMT 2006
Author: kazu
Date: Sat Apr 15 12:40:14 2006
New Revision: 112969
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112969
Log:
* Make-lang.in (cp/pt.o): Depend on vecprim.h.
* pt.c: Include vecprim.h.
(inline_parm_levels): Change the type to VEC(int,heap) *.
(inline_parm_levels_used): Remove.
(maybe_begin_member_template_processing,
maybe_end_member_template_processing): Use VEC instead of
VARRAY.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/Make-lang.in
trunk/gcc/cp/pt.c
More information about the Gcc-cvs
mailing list