From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F103C3858289; Wed, 5 Oct 2022 18:15:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F103C3858289 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664993740; bh=YsHC4QRTmvi8CLWLRaaRlM1OvBe+kABPfT1oleqEQVo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Vj6JBsDWMvQ2msCOaQIffU3nuhf2cbCY5BknSBd9fkgwElVNhPT64p/EVVBI1amEW ndWw5UI0aldKzovn7WD/TBtk4vq4DRiC7/gUr6eYsoy3K/s5oo7pgQDS/vd2gHe+KY ygcvgoixCi68ODrYN5Ey6Rwk4rAPlGc+52BywRo0= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107158] False postives from -Wanalyzer-malloc-leak on tin-2.6.2 Date: Wed, 05 Oct 2022 18:15:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc blocked 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=3D107158 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|internal compiler error: in |False postives from |get_or_create_cluster, at |-Wanalyzer-malloc-leak on |analyzer/store.cc:2832 |tin-2.6.2 Blocks| |99390 --- Comment #4 from David Malcolm --- The ICE should be fixed by the above patch. As noted above, although the ICE is fixed, there are two false positives f= rom -Wanalyzer-malloc-leak on the test case, so I'm going to reuse this bug for tracking those; retitling accordingly, and adding to the call summarization tracker bug. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99390 [Bug 99390] [meta-bug] tracker bug for call summaries in -fanalyzer=