From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8E36F3858C36; Fri, 2 Jun 2023 07:13:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E36F3858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685690021; bh=1eT0IX/mPm1R9eTmsN4VC9iPD7/m73Ve/5veH5KE+Dw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SZkFaSisOo7ERPdP6Imm4GkiT7t3vCH3QpBnDm+xmY+xGvrNHexeny3gS7XKsurDJ 90RH46AQdVcFxsUR9pRR2uHMIc6rF/OgxCXnFIyX62LP0fMngjx8ZJSZBPwl2mUD54 Vh/EwLooaTKMTpXwm3syNJUDuVMklxN+dGnqGJQQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110055] Dangling pointer warning inside std::vector on RISC-V Date: Fri, 02 Jun 2023 07:13:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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=3D110055 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu.org --- Comment #6 from Richard Biener --- confirmed - that's quite an odd thing. gimplify_init_constructor creates t= his constant pool entry, not sure who ends up ending its lifetime.=