From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2368C3858C33; Thu, 4 Apr 2024 19:25:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2368C3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712258759; bh=dUWr9kV8yFtzZZsraqAy/YA5jdfQ4p4cwO7gfsW7P2g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uYGacu/7hy7jwS7ZnndPqh4/aChRXeZ2STFtW7a8EvVfPWxglx9Ea0dFSVdASloNJ Vb6Zg8VnUzVSao4fs0WFjD5/ws6uGO5oKUTErWEF9wYCC/GeJD0Q2ecOVZi47tj1xj DGWugV3IUHi+5D2tyICUL/gbVJuP7F1H+ke2ZifU= From: "vipcxj at 126 dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100611] coroutines: destructor called too many times for coroutine lambda stored object Date: Thu, 04 Apr 2024 19:25:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.1.0 X-Bugzilla-Keywords: C++-coroutines, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: vipcxj at 126 dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100611 vipcxj at 126 dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vipcxj at 126 dot com --- Comment #7 from vipcxj at 126 dot com --- Today I got an account here to report a bug, and realized that the bug was reported 3 years ago. The version of gcc I'm using is 12.3.0, and it looks = like this bug hasn't been fixed in 3 years~=