re PR c++/46105 (Ordering failure among partial specializations with non-deduced...
authorJason Merrill <jason@redhat.com>
Tue, 27 Sep 2011 02:12:51 +0000 (22:12 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 27 Sep 2011 02:12:51 +0000 (22:12 -0400)
commit69d28b4f42a1226adb8507083314915dd4a69192
tree252aadf72d57ed1807e5c65376923e98f5088fa0
parent15442c9c4fc7bb169629a75c170d801e9fa07fd7
re PR c++/46105 (Ordering failure among partial specializations with non-deduced context)

PR c++/46105
* typeck.c (structural_comptypes): Ignore cv-quals on typename scope.

From-SVN: r179229
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/partial12.C [new file with mode: 0644]