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++/58856] [4.9 Regression] spurious 'wrong number of template arguments' error for template alias


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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jan  7 21:28:33 2014
New Revision: 206406

URL: http://gcc.gnu.org/viewcvs?rev=206406&root=gcc&view=rev
Log:
    PR c++/58856
    * pt.c (num_innermost_template_parms): New.
    (get_underlying_template): Use it.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-39.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]