This is the mail archive of the gcc-cvs@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]

r181475 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...


Author: dodji
Date: Fri Nov 18 14:07:41 2011
New Revision: 181475

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181475
Log:
PR c++/51191 - ICE on alias of alias template instantiation

gcc/cp/

	PR c++/51191
	* pt.c (primary_template_instantiation_p): Don't forget to
	consider alias declarations.

gcc/testsuite/

	PR c++/51191
	* g++.dg/cpp0x/alias-decl-13.C: New test.

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