From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B2333858C52; Mon, 3 Jul 2023 14:02:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B2333858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688392931; bh=xn+klZGT8MONongokA/ABTmRBEf5i95uXT05RtkVltw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vt91PLKAXC2m3lv84q8ePIx5ByexKjymCDtasD3U973POF6rjb1VHwRYx/rexGdDG dYuHKje5m8A81nGts5x3S5l04jRGk+qHxk32LRw4XeODx9x0svo8DhLgWHuP/kTSko gaHYzaWOsWtq10pVcaW9PGsYqDDka9CVE3Xjd46Q= From: "lebedev.ri at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/110522] `-fdiagnostics-format=sarif-file`: file name conflicts / races Date: Mon, 03 Jul 2023 14:02:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lebedev.ri at gmail dot com 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=3D110522 --- Comment #1 from Roman Lebedev --- To spell it out explicitly, not storing the resulting `.sarif` next to the produced object file itself, like it's done in (all?) other cases, very much looks like a not-a-feature, basically making the feature to be borderline unusable in general. There can be some edge-cases (`-o /dev/null`?), but they shouldn't dictate how normal cases are handled.=