From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B8341385781F; Fri, 6 Oct 2023 13:59:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B8341385781F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696600780; bh=sFVl55CVKviGdyLOpA3MmpxYhf60yfnKQ4L7UILB+ts=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZdvBkE+lgFfas1+qB10jHTDU3ctcamsaKK6VROMoL/B8hD6aLmTr8fAJBFYsVQDCJ PToaCtyn76T9IV4hq1fTReXMV9NNBn2itO9rPBD7eeZ10NErkqOXrzDrQoVxIV5255 6Y074XkEDm6KCRGrFUlld3lvHB5diVhWmFY34DSk= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/111700] ICE: SIGSEGV in needs_read_p (input.cc:598) with -fdiagnostics-format=sarif-file or -fdiagnostics-format=sarif-stderr on pre-processed input Date: Fri, 06 Oct 2023 13:59:40 +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: 14.0 X-Bugzilla-Keywords: diagnostic, 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: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed 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=3D111700 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-10-06 Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #1 from David Malcolm --- Thanks for filing this bug. Confirmed with trunk and gcc 13: trunk: https://godbolt.org/z/7cb1Ed83r 13.2: https://godbolt.org/z/GzYfMnbss I'm working on a fix.=