From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 116B73858425; Mon, 5 Feb 2024 14:20:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 116B73858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707142817; bh=0+EngEkmqOOUQpmeHDsa3TzivE7sK/38WNrM/Md8FiM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CJmt+ekQnWEps38j9P0nNR25lLNTut2ru2zEB2VFoB9EqlyxZ1YvOd2XjXwKFc0Ji ZitvnhsGMRTyVl8ASJmm9091cbddy5uAnn0dNDr/phdeOFTlIMOtH73FUBHs/sa5SX mqXBtpjQ2TR0fnnCkyPPbrRdOCEDzTe5kGosjiBs= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free) Date: Mon, 05 Feb 2024 14:20:16 +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.2.0 X-Bugzilla-Keywords: C++-coroutines, ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: --- 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=3D102217 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iains at gcc dot gnu.org --- Comment #7 from Jonathan Wakely --- This seems to be fixed in 13.1 too.=