From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9ABBE3858D28; Mon, 6 May 2024 06:28:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9ABBE3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714976913; bh=lVKc2fWNktNYDL7s4BRF5U0VbmlFy5DTvCH1PYVw3GY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Uc+IzDVG2d6InVjJStFX0QweOPqudqYPn4aWNYC0Zws/7haY1ucTQrQNdZSeRwz3O 7ovBqNInb2GBcXnrMXYRrKEJAo+edB/ETio9C5gB6mib+P4YYXIjDCznpkYFi95eAw kqDOLLiwvZYxE927+ncUgcQ2Dnhmf6FHiFDDeLjE= From: "accelerator0099 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103909] coroutines: co_yield of aggregate-initialized temporaries leads to segmentation faults. Date: Mon, 06 May 2024 06:28:32 +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.0 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: 11.5 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=3D103909 accelerator0099 at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |accelerator0099 at gmail d= ot com --- Comment #5 from accelerator0099 at gmail dot com --- No error on GCC 13.2=