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

jason@gcc.gnu.org jason@gcc.gnu.org
Wed Jun 28 21:06:00 GMT 2017


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



More information about the Gcc-cvs mailing list