[Bug c++/97358] [8/9/10/11 Regression] ICE while building firefox since r8-2720

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 14 19:44:35 GMT 2020


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

--- Comment #12 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <jason@gcc.gnu.org>:

https://gcc.gnu.org/g:270c5a982ccb4ef83bd9ad37d39cf47461acb55a

commit r11-3893-g270c5a982ccb4ef83bd9ad37d39cf47461acb55a
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Oct 14 14:55:04 2020 -0400

    c++: Diagnose bogus variadic lambda. [PR97358]

    If the lambda has a capture pack, it cannot be used unexpanded within the
    body of the lambda.  If you want to expand the pack across multiple
lambdas,
    don't capture the whole pack.

    gcc/cp/ChangeLog:

            PR c++/97358
            * pt.c (check_for_bare_parameter_packs): Diagnose use of
            capture pack.

    gcc/testsuite/ChangeLog:

            PR c++/97358
            * g++.dg/cpp0x/lambda/lambda-variadic11.C: New test.


More information about the Gcc-bugs mailing list