http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46105
--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> 2011-09-27 02:19:09 UTC --- Author: jason Date: Tue Sep 27 02:19:05 2011 New Revision: 179232 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179232 Log: PR c++/46105 * typeck.c (structural_comptypes): Ignore cv-quals on typename scope. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/partial12.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/typeck.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog