cp-tree.h (TEMPLATE_PARM_NUM_SIBLINGS): Remove.
* 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. From-SVN: r189299
Showing
- gcc/cp/ChangeLog 10 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/cp-tree.h 1 addition, 6 deletionsgcc/cp/cp-tree.h
- gcc/cp/parser.c 1 addition, 2 deletionsgcc/cp/parser.c
- gcc/cp/pt.c 4 additions, 312 deletionsgcc/cp/pt.c
- gcc/cp/tree.c 0 additions, 3 deletionsgcc/cp/tree.c
- gcc/cp/typeck.c 0 additions, 6 deletionsgcc/cp/typeck.c
Loading
Please register or sign in to comment