From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C64A13851C0A; Fri, 8 May 2020 13:10:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C64A13851C0A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588943429; bh=IQvympEeRwrfK42G0hcu24krkmuwRUQYxhYGjqfl1W4=; h=From:To:Subject:Date:From; b=QI5FNDuSLosHh73Nt9h3DZZnwd9S3/K+0QAc3HyOvv7kXyxqElZCLe1D0uWng1i0T 5DlZy+TuRJ0X9uMjFmY4g1EBqfTCYTF3nXaFPpqokvqEhvHrlZS2e8YdA/UP5jPX5a pmB/O4BlPQuIQC/qPHIZ3o17PgwGZb3tmlktR3a8= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/95006] New: Reimplement -Wanalyzer-use-of-uninitialized-value Date: Fri, 08 May 2020 13:10:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter dependson target_milestone Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 13:10:29 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95006 Bug ID: 95006 Summary: Reimplement -Wanalyzer-use-of-uninitialized-value Product: gcc Version: 11.0 Status: UNCONFIRMED Keywords: meta-bug Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Depends on: 94447, 94639, 94732, 94754 Target Milestone: --- I removed -Wanalyzer-use-of-uninitialized-value in r10-8012-g78b9783774bfd3540f38f5b1e3c7fc9f719653d7 as it had too many false positives: https://gcc.gnu.org/pipermail/gcc-patches/2020-April/544726.html This is a tracker bug, for keeping track of what needs fixing in order to reimplement it. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94447 [Bug 94447] Not handling CONSTRUCTOR tree code https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94639 [Bug 94639] false-positive uninitialized value on fixed sized array https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94732 [Bug 94732] Analyzer: false positive in MPFR's atan.c https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94754 [Bug 94754] -fanalyzer false positive due to it ignoring previous if=