PR c++/66289
commit5b599eeb237e1af61b0affa3b65b166758bc78c3
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jun 2015 15:17:57 +0000 (10 15:17 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jun 2015 15:17:57 +0000 (10 15:17 +0000)
tree22325591562920d7d55ce475ed6285db1487f725
parent2b4b5775554c91a63ccae4ee566db696b633652e
PR c++/66289
* cp-tree.h (TEMPLATE_DECL_COMPLEX_ALIAS_P): New.
* pt.c (push_template_decl_real): Set it.
(dependent_alias_template_spec_p): Use it.
(dependent_type_p_r): Use dependent_alias_template_spec_p.
(uses_all_template_parms_data, uses_all_template_parms_r)
(complex_alias_template_p): New.
(get_template_parm_index): Handle BOUND_TEMPLATE_TEMPLATE_PARM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224331 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp0x/alias-decl-48.C [new file with mode: 0644]