From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 79B5138DD67B; Mon, 8 May 2023 12:57:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79B5138DD67B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683550663; bh=cEAmaOjDmAg5f9Ap+MTG4Dq+f3xox3DNq4t5jJVt/GQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rKhTl4MGCoJFkHQpixAiqDBPDF5uU6EfP2vRVgNW7KUV2U+SlS+4hfWe7ykJdTQbU KPp1UqW/9UFjDEuQTJVszmxr9hRFmZ3MaQIUQxBJ7lkFMuYSpSCdoPuc/6VlaQBMGo xiXWCw9w7Zw3wmAAPXrMVlG9IhURVgJetgXQhi0U= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/98424] The point of destroying temporary objects when initializing an array Date: Mon, 08 May 2023 12:57:43 +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.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also cc 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=3D98424 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D94041 CC| |ppalka at gcc dot gnu.org Target Milestone|--- |12.0 --- Comment #3 from Patrick Palka --- It seems this is fixed for GCC 12+ by r12-6328-gbeaee0a871b648.=