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++/53858] [4.8 Regression] [C++11] template aliases used in template parameters default expression


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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2012-07-06 14:00:39 UTC ---
Author: jason
Date: Fri Jul  6 14:00:31 2012
New Revision: 189331

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189331
Log:
    PR c++/53858
    * name-lookup.c (ambiguous_decl): Use DECL_TYPE_TEMPLATE_P.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-20.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/name-lookup.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]