From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 29D663858D34; Thu, 29 Feb 2024 23:21:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29D663858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709248861; bh=ecBjtiXZKzM+GnaS4yDOAd0E6hhaJW9NAiXyqyd5ZVE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d2meMjWofXJHlQ4yhjtgCffNqJp7he96ls0bL/bSoJI2xK6brOEVQjM6EvJSSm9aL UH927wmZq9HmXGqG2mYuTneXyWQ0q2xs2TdtCH5/qrAcHGf/QDaDbhKNuBF1C6eK2V V2ExYXAA2FcZOzt9LpSyi4LlIV9I/r8Ob6OCoSYY= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/114159] [13 Regression] ICE: in call_info, at analyzer/call-info.cc:143 with -fanalyzer -fanalyzer-call-summaries --param=analyzer-max-svalue-depth=0 Date: Thu, 29 Feb 2024 23:21:00 +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: ice-on-valid-code 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D114159 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[13/14 Regression] ICE: in |[13 Regression] ICE: in |call_info, at |call_info, at |analyzer/call-info.cc:143 |analyzer/call-info.cc:143 |with -fanalyzer |with -fanalyzer |-fanalyzer-call-summaries |-fanalyzer-call-summaries |--param=3Danalyzer-max-svalue |--param=3Danalyzer-max-s= value |-depth=3D0 |-depth=3D0 --- Comment #3 from David Malcolm --- Should be fixed on trunk for GCC 14 by the above patch. Keeping open to track backporting the fix to GCC 13.=