From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 712BC3858425; Thu, 16 Mar 2023 22:10:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 712BC3858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679004614; bh=K2xwEtfsB07YX1ZmHqwFBv4g6OP5LFibeq2ouyLK81g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aYqiVRpGM423idGj+uZ6P/J//coj3ZgyidU/yEmSpNKkfDNyOJptlEa670f1G4t7W 4JbGo1OMTvjSvsb+O+flChNpYBBO+lf4dgFhBTbHvEze4H1trtcnmHwMoWuUzBp6zE oUhZCgrocKtYoW624bJH8bFLO4DRm192CqxzrCTA= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/109163] SARIF (and other JSON) output files are non-deterministic Date: Thu, 16 Mar 2023 22:10:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: 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: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D109163 --- Comment #1 from David Malcolm --- This would also help with one of the requests from a SARIF expert's review = of GCC's output:=20=20=20 https://github.com/oasis-tcs/sarif-spec/issues/531#issuecomment-1181191100 which is that the "version" property should occur first in the file. It also might make testcases easier to write.=