From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F28CE3858D33; Mon, 6 May 2024 06:25:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F28CE3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714976748; bh=QY8R5Vz0uip1mxist1PQ1JJHtVg4lYh0JfSuGsff94I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c/FXdfECEDR8nDu0ctc+3wDDHVlE0BDozXBCTkFr0y0ODGmDzq9y2RkrpccYkvePn lDv88Tb5hLH/VG5MRV0PlyeqsLdFefy0fjQ2e1K3KYhGN4PJK2BB2FlxYZC+FG6ptG BD1Nrwp+CEsMHLhtm8cjp3y9p75GN/gwZ4UXHXwc= From: "accelerator0099 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107288] coroutines: Double-free of temporaries created in statement following co_await Date: Mon, 06 May 2024 06:25:47 +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: 12.2.1 X-Bugzilla-Keywords: C++-coroutines, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: accelerator0099 at gmail 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=3D107288 accelerator0099 at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |accelerator0099 at gmail d= ot com --- Comment #4 from accelerator0099 at gmail dot com --- No error on GCC 13.2=