This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/46105] Ordering failure among partial specializations with non-deduced context


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46105

--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2011-09-27 02:12:55 UTC ---
Author: jason
Date: Tue Sep 27 02:12:51 2011
New Revision: 179229

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179229
Log:
    PR c++/46105
    * typeck.c (structural_comptypes): Ignore cv-quals on typename scope.

Added:
    trunk/gcc/testsuite/g++.dg/template/partial12.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]