This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249855 - in /trunk/gcc: cp/ChangeLog cp/parser...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 30 Jun 2017 21:08:53 -0000
- Subject: r249855 - in /trunk/gcc: cp/ChangeLog cp/parser...
Author: jason
Date: Fri Jun 30 21:08:53 2017
New Revision: 249855
URL: https://gcc.gnu.org/viewcvs?rev=249855&root=gcc&view=rev
Log:
PR c++/81257 - ICE with invalid ::template.
PR c++/54769 - wrong lookup of dependent template-name.
* parser.c (cp_parser_template_name): Revert part of last change.
Added:
trunk/gcc/testsuite/g++.dg/parse/template-keyword1.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/parser.c