r238569 - in /branches/gcc-6-branch/gcc: cp/Cha...
jason@gcc.gnu.org
jason@gcc.gnu.org
Thu Jul 21 06:15:00 GMT 2016
Author: jason
Date: Thu Jul 21 06:15:43 2016
New Revision: 238569
URL: https://gcc.gnu.org/viewcvs?rev=238569&root=gcc&view=rev
Log:
PR c++/71604 - type definition in range-based for
PR c++/54430
* parser.c (cp_parser_range_for): Modify IDENTIFIER_BINDING directly.
(cp_parser_simple_declaration): Diagnose type definition in
for-range-declaration.
Added:
branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/range-for31.C
Modified:
branches/gcc-6-branch/gcc/cp/ChangeLog
branches/gcc-6-branch/gcc/cp/parser.c
branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/range-for8.C
More information about the Gcc-cvs
mailing list