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

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

https://gcc.gnu.org/g:6f18f344338b370031e75924eed2bdd1ce5c8dba

commit r14-487-g6f18f344338b370031e75924eed2bdd1ce5c8dba
Author: Jason Merrill <ja...@redhat.com>
Date:   Thu May 4 18:37:19 2023 -0400

    Revert "c++: restore instantiate_decl assert"

    In the testcase the assert fails because we use one member function from
    another while we're in the middle of instantiating them all, which is
    perfectly fine.  It seems complicated to detect this situation, so let's
    remove the assert again.

            PR c++/109658

    This reverts commit 95d4c0d2e6318aef88ba0bc607dfc1ec6b7a612f.

    gcc/testsuite/ChangeLog:

            * g++.dg/template/local10.C: New test.

Reply via email to