Remove support for N3994, terse range-for, which was not adopted.
authorVille Voutilainen <ville.voutilainen@gmail.com>
Sat, 31 Oct 2015 19:42:01 +0000 (21:42 +0200)
committerVille Voutilainen <ville@gcc.gnu.org>
Sat, 31 Oct 2015 19:42:01 +0000 (21:42 +0200)
commitffea5536df746f1863a67306dcd5df98a61a4595
tree1bf638fea3b774111d36f3a3ec5d724cd57009f2
parentd057afcdca7fedd93f85a7f2e8af06ed156c51bf
Remove support for N3994, terse range-for, which was not adopted.

/cp
2015-10-31  Ville Voutilainen  <ville.voutilainen@gmail.com>

Remove the implementation of N3994, terse range-for loops.
* parser.c (cp_parser_for_init_statement): Remove the parsing
of a terse range-for.

/testsuite
2015-10-31  Ville Voutilainen  <ville.voutilainen@gmail.com>

Remove the implementation of N3994, terse range-for loops.
* g++.dg/cpp1z/range-for1.C: Remove.

From-SVN: r229632
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1z/range-for1.C [deleted file]