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]

r249760 - in /trunk/gcc: cp/ChangeLog cp/cp-tre...


Author: jason
Date: Wed Jun 28 21:06:35 2017
New Revision: 249760

URL: https://gcc.gnu.org/viewcvs?rev=249760&root=gcc&view=rev
Log:
	PR c++/72764 - ICE with invalid template typename.

	* decl.c (build_typename_type): No longer static.
	* tree.c (strip_typedefs): Use it instead of make_typename_type.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-60.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/tree.c


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