From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9DC143858CDA; Fri, 28 Oct 2022 21:43:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9DC143858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666993436; bh=DtYw9dO8EBVwUJQa0IRFmSzRZp0HwjOJLtHAl/lD874=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VQXX8FwAJwfE0DFU59OuxWwnXoELLLEfB9BFTZKnlXtBPOqnMLSBzd5/rxKM1p3vd 0DBx39sAX8q6Y4mYkqgNe7z0j5o16nFBUXpvoyAxejDvbVxAproS5GZruv0v8b8k91 b6ZWTFe08DrHf0GbsSMVcIfINVxdDVDKbxo1G0Ao= From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107397] [10/11/12/13 Regression] ICE in gfc_arith_plus, at fortran/arith.cc:654 Date: Fri, 28 Oct 2022 21:43:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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=3D107397 --- Comment #5 from Steve Kargl -= -- On Fri, Oct 28, 2022 at 08:31:58PM +0000, anlauf at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107397 >=20 > --- Comment #4 from anlauf at gcc dot gnu.org --- > (In reply to kargl from comment #3) > > This patch fixes the ICE and issues an error. It has passed > > regression testing. >=20 > Great! >=20 > Do you plan to submit your patch? (Hint: git gcc-commit-mklog). >=20 No. I have no idea how to add a testcase to git. Every time I've tried, I end up deleting my git=20 repository and grabbing a new clone. Not a pleasant developer experience.=