]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR c++/79960 - alias templates and partial ordering
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Mar 2017 17:35:54 +0000 (17:35 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Mar 2017 17:35:54 +0000 (17:35 +0000)
commit12ac12883437c05a4ccc9065d1d5f4d1a831f05e
treea7d2c35e72397be1b3912093862c526b9c8df377
parent9c0163b6d8d9515c928c3781cd01dc89c9d34bd0
PR c++/79960 - alias templates and partial ordering

* pt.c (comp_template_args): Add partial_order parm.
(template_args_equal): Likewise.
(comp_template_args_porder): New.
(get_partial_spec_bindings): Use it.

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