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

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

https://gcc.gnu.org/g:7f5deba1c21888aacedae93e9f324827073a1d1e

commit r12-7-g7f5deba1c21888aacedae93e9f324827073a1d1e
Author: Jason Merrill <ja...@redhat.com>
Date:   Tue Apr 20 00:50:49 2021 -0400

    c++: unexpanded pack in enum in lambda [PR100109]

    Another construct we need to look inside.

    gcc/cp/ChangeLog:

            PR c++/100109
            * pt.c (find_parameter_packs_r): Look into enum initializers.

    gcc/testsuite/ChangeLog:

            PR c++/100109
            * g++.dg/cpp0x/lambda/lambda-variadic14.C: New test.

Reply via email to