https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64095

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Apr  3 17:46:35 2018
New Revision: 259047

URL: https://gcc.gnu.org/viewcvs?rev=259047&root=gcc&view=rev
Log:
        PR c++/64095 - auto... parameter pack.

        * parser.c (cp_parser_parameter_declaration): Handle turning autos
        into packs here.
        (cp_parser_parameter_declaration_list): Not here.

Added:
   
branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic16.C
Modified:
    branches/gcc-7-branch/gcc/cp/ChangeLog
    branches/gcc-7-branch/gcc/cp/parser.c
    branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1.C

Reply via email to