From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40BAE387721B; Thu, 15 Dec 2022 00:37:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40BAE387721B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671064677; bh=fv69MmAqztLnuzq0eCBGcoZ2MJpSgLLLiEJT7Gn9YoE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EOk1llLqkyBWAn4zfDlHWnjyyZ4T1WbGl13PE89KH1iHFiuPOmL7br8CEHgM9zLej s+2rEqwitNsdMYlsy06XfvCcRaC1je3mZkLLEz6rwDtTlqlQKEk8UUwTppmRVhBN4z vjtTXyzoo4PYfVmRFPzUGyf/h6yggceDguPbOU2c= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108115] spurious pointer used after realloc warning Date: Thu, 15 Dec 2022 00:37:56 +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: 12.1.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: bug_status see_also resolution 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=3D108115 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D104215 Resolution|--- |DUPLICATE --- Comment #1 from Andrew Pinski --- A dup of bug 106119. *** This bug has been marked as a duplicate of bug 106119 ***=