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

--- Comment #6 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:7c989a8ed47228bdd494a2f0d1f6fdd325f953d7

commit r13-2628-g7c989a8ed47228bdd494a2f0d1f6fdd325f953d7
Author: Jason Merrill <ja...@redhat.com>
Date:   Mon Sep 12 12:59:46 2022 -0400

    c++: lambda capture of array with deduced bounds [PR106567]

    We can't use the type of an array variable directly if we haven't deduced
    its length yet.

            PR c++/106567

    gcc/cp/ChangeLog:

            * lambda.cc (type_deducible_expression_p): Check
            array_of_unknown_bound_p.

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp0x/lambda/lambda-array4.C: New test.

Reply via email to