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++/70141] [6 Regression] template parameter not deducible in partial specialization of template inside template


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141

--- Comment #18 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Mar 15 19:21:44 2016
New Revision: 234228

URL: https://gcc.gnu.org/viewcvs?rev=234228&root=gcc&view=rev
Log:
        PR c++/70141
        * pt.c (for_each_template_parm_r): Always walk into TYPENAME_TYPE.

Added:
    trunk/gcc/testsuite/g++.dg/template/partial-specialization4.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c

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