From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 086CB3858C78; Sat, 22 Apr 2023 19:39:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 086CB3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682192391; bh=8cK8pgfz+Pg4bIkeXBQF0I9bcp5fP4S5p7fqynFBAFU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xJEsQ90H9J7fY47+Su9tfYA+nRpoRhglFwZPaRKXDVHfEwHUMWPMkBfSRmEIGQ2G7 704IFCV03a5SkGxNsCrKdRdvzkLazD7PPX3mJiKUyGkKBplPBGoudE3F/46etz1FKq WB44GROAg2hsyUKt1DGAXhTwWTug8MDsXNQn90Ik= From: "StevenSun2021 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103909] coroutines: co_yield of aggregate-initialized temporaries leads to segmentation faults. Date: Sat, 22 Apr 2023 19:39:49 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: StevenSun2021 at hotmail 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.4 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 Steven Sun changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |StevenSun2021 at hotmail d= ot com --- Comment #3 from Steven Sun --- seems that 103909, 104384, 107288 are related (probably the same bug)=