From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 438C73858D33; Sun, 21 Apr 2024 05:54:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 438C73858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713678892; bh=2Di42rsGJz7NxBmVRa6WYZ3sNbOOhril6CxxaPTAEXU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u77rN1qd/7drnpRLpYn4/jLT3mKKjEEBVMBU2RdR+boN63AdmizUhjbrherzksq2G asrjCorRCabksZmleNSKDuv1Nf2FO5LiF1X1KbhSsXfLm3e9mpiSlR8vI+rTMVYFsz lzLJLgOIu2m/HFArurCxDQ44vb8i4sFO+Jqy/zQI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/114791] analyzer: file-leak not detected Date: Sun, 21 Apr 2024 05:54:52 +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: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: 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=3D114791 --- Comment #4 from Andrew Pinski --- Interesting, with -O0, there is a warning but that can be turned into a fal= se positive if you enable the "missing:" section.=