From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CCB23858D39; Wed, 5 Oct 2022 00:27:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CCB23858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664929668; bh=rY6/OxHxiNoeJmT41kay1KuUbxOK91R8Sh+8MgWmjAM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ymOT3KfGjqIyK7WQmNN7UxndCIhVSOKyMHVbBlysAq5XW4sFurxBK5FfcsYNRNR/b 4iSA+8vJ3vgjnlgwFpMgmL9kpVjSaZybtH3HOfWJssrhG+fnaE/KQ8svjOXJhPeNte ZwYdagSwVYT74tmsEhRYzNhb4QhVoWbwQCtxxdO8= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107072] Analyzer call summarization not taking into account side-effects of calls Date: Wed, 05 Oct 2022 00:27:47 +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: 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: cf_reconfirmed_on bug_status everconfirmed 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=3D107072 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-10-05 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from David Malcolm --- The above patch greatly improves the behavior, and fixes things for the reproducer. Keeping this open as numerous issues remain: see the TODOs in = the above patch.=