From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B5BDE3903EEC; Mon, 8 May 2023 12:58:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5BDE3903EEC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683550720; bh=COimilFM34W3r/LvpMSWgY2GDTYuZbJyVbOppP9MCR4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SPUjGgxvnI1Wbs2dTNxqzeK7LYYwbe4usxobXhyzvicRqJIwiHPmmqrse9XA7XwBi Ar0kiSFyo6hrQTs2nge5iweJ7UBYlflU9sPYNvA4rL1aGYjOMl4mza0rU5505ppmTL VxbYzTbPThJwddfrq2WpEZf2j45fMBbMpKsaBz9M= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/49372] Temporaries evaluated for arguments of a default constructors of array elements not destructed properly (?) Date: Mon, 08 May 2023 12:58:40 +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: 4.7.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc see_also 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=3D49372 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D92385 Target Milestone|--- |12.0 --- Comment #6 from Patrick Palka --- It seems this is fixed for GCC 12+ by r12-6326-ge948436eab818c.=