This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249760 - in /trunk/gcc: cp/ChangeLog cp/cp-tre...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 28 Jun 2017 21:06:36 -0000
- Subject: 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