From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E0A63858412; Mon, 24 Oct 2022 15:13:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E0A63858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666624405; bh=rJrIIPpYu+5//S6GBaxz3A/OosNjQfGsk3JThUKWbso=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q3HJjesFMGlN8ehwO1n0OeR1A2KzYF6MWoJiPthODuJUAvUZsmftyya+NIaAse0pi Lg9lS+KFCq5eV11mk+q1LRJl9lGMQ7/GU3VvAZSTOk1Dmjbd9gjJ5y8DBW3s/9o9N6 GFh22J0I1U5bfvVvl64q9z+8VSZ0UW5Xy6LhILUs= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107366] ICE with -fanalyzer with -fdiagnostics-format=sarif-file or sarif-stderr Date: Mon, 24 Oct 2022 15:13:24 +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: 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107366 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from David Malcolm --- Rainer: thanks for filing this bug. Martin: thanks for reducing it and identifying the fix. I believe it's correct, and am bootstrapping a patch containing it.=