* cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.
commit208949c4232965139a3285c0e6c027ffddf2d7cb
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jul 2012 19:39:12 +0000 (5 19:39 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Jul 2012 19:39:12 +0000 (5 19:39 +0000)
treefabfe069719efa33a914e69ac81c22627ffa0e17
parent944bf8312ba711a9098990d8561c3ee28e030758
* cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.
(struct template_parm_index_s): Remove num_siblings.
* pt.c (fixup_template_parms, fixup_template_parm_index): Remove.
(fixup_template_type_parm_type): Remove.
(build_template_parm_index): Remove num_siblings parm.
(process_template_parm): Likewise.
* parser.c (cp_parser_template_parameter_list): Adjust.
* tree.c (cp_tree_equal): Don't compare num_siblings.
* typeck.c (comp_template_parms_position): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189299 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/tree.c
gcc/cp/typeck.c