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

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Jason Merrill
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:419b5e17eace9b6b985b9853db0dc1a5478375b6

commit r12-10467-g419b5e17eace9b6b985b9853db0dc1a5478375b6
Author: Jason Merrill <ja...@redhat.com>
Date:   Thu Jan 25 12:02:07 2024 -0500

    c++: array of PMF [PR113598]

    Here AGGREGATE_TYPE_P includes pointers to member functions, which is not
    what we want.  Instead we should use class||array, as elsewhere in the
    function.

            PR c++/113598

    gcc/cp/ChangeLog:

            * init.cc (build_vec_init): Don't use {} for PMF.

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp0x/initlist-pmf2.C: New test.

    (cherry picked from commit 136a828754ff65079a834555582b49d54bd5bc64)

Reply via email to