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

--- Comment #28 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:a1855a3e0bcf0f94bc9fa421ccc9ebd0565c62cd

commit r15-7503-ga1855a3e0bcf0f94bc9fa421ccc9ebd0565c62cd
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Feb 13 11:53:04 2025 +0100

    testsuite: Add another range for coroutines testcase [PR118574]

    This patch adds another range for coroutine testcase, which doesn't
    extend (across co_await) just the __for_range var and what it binds
    to (so passes even without -frange-for-ext-temps), but also some other
    temporaries and verifies they are destructed in the right order.

    2025-02-13  Jakub Jelinek  <ja...@redhat.com>

            PR c++/118574
            * g++.dg/coroutines/range-for2.C: New test.

Reply via email to