From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 13CB03858C1F; Fri, 2 Dec 2022 20:54:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13CB03858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670014493; bh=sIVBpDRBrwxvq3WRiHckwiK0eYI6fcnjOGkmGkiqrsU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mZ6LKdMIXHGlP/+aT5ciiiTkedoGd20HtkXXPGxOx8bwdOnCsb//0bDVbSDMXD6ln E0MZ893OlNyAzncLHUx51Vvmf5bA45GqwItY6dx0NYaxIbaicoxJo09aGbVdszNV2G +lJKSKv91QAnceN2AjY0u1MxqiYNaY220QRxpxqE= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99576] [coroutines] destructor of a temporary called too early within co_await expression Date: Fri, 02 Dec 2022 20:54:51 +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: 10.2.1 X-Bugzilla-Keywords: C++-coroutines, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org 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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D99576 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |10.5 --- Comment #15 from Iain Sandoe --- revised patch https://gcc.gnu.org/pipermail/gcc-patches/2022-December/607776.html=