From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 127543858D37; Tue, 14 Nov 2023 21:02:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 127543858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699995761; bh=BLy3NIqOLuOaWRHkrGdVdJoIHyCS6CQ0hdRysbBhTI8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fCDqdb4DSCD/bvMHsY5wlLMHNtm2VdrOcZRCpcM/2S8K8sX0dqNFHI83kg4JtWou9 XZimTAa6qkwPx0QvjA8+/3CUPfgUxKYoAvsZokEBbbuOxhGU67foClFKHo7dHgZMeH 85qaIhEZ1qI275D5AzfmDq49WhJKKrj69qCskleI= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/103533] Enable "taint" state machine with -fanalyzer without requiring -fanalyzer-checker=taint Date: Tue, 14 Nov 2023 21:02:39 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution bug_status 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=3D103533 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #9 from David Malcolm --- I've enabled the taint state machine by default (with -fanalyzer) with the above patch, for GCC 14 onwards. PR analyzer/112528 tracks the only known state explosion; integration testi= ng shows no significicant changes in results from -fanalyzer before/after the patch. Closing this bug out.=