From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A488C385840D; Thu, 4 Apr 2024 19:40:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A488C385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712259619; bh=1/nl/PpKa+ix31T2Rp9mbpG0sdv9d+SpzmYjq1qHks4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SCo//QyZffhSa3+53EsC/b9CHNp1zNlTSIBWJCu6KApZKFK4QIIwPNe4toLcWQfOX UoLb5uCAHc574u53uGxZWMwoNTOl1Suo6ElYwgVbAj9aFp6lXwl/RwuwvC4W32te8M Pe1ROelSys0sQSw6fbTWW2FjQApC2SbPcnf1VUG8= From: "avi at scylladb 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:40:19 +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: avi at scylladb 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: 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 --- Comment #9 from Avi Kivity --- At least, on 13.2.1. Maybe a backport is required.=