From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5103D3858D34; Tue, 16 Jun 2020 23:25:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5103D3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592349934; bh=ZL8hEYb9hUJcjcAUq6VDZRbOLMFWk70xCw51lWHbVLs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=owlBtKt5SgcOOeHEbsr/+NU+vgseN+cuJ0Tmeo/o7nTu4cCYgqid9GKE998vE/Fp4 /xQv+CcPgGLosNo1seqTPr7D43NW7wtn3gL6YtKkuu4LWsuMBHVCT4u+Op+8L5vL4O 36cyAM3cDyKrXFwWuo2/P7VgvFFP6EpREIddno2g= From: "xerofoify at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/94895] ICE in expand_block_tm, at trans-mem.c:2643 Date: Tue, 16 Jun 2020 23:25:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code, trans-mem X-Bugzilla-Severity: normal X-Bugzilla-Who: xerofoify at gmail dot com X-Bugzilla-Status: NEW 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: cc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2020 23:25:34 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94895 Nicholas Krause changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerofoify at gmail dot com --- Comment #1 from Nicholas Krause --- Confirmed however seems to be latent as it seems to be hitting: case GIMPLE_ASM: gcc_unreachable (); in expand_block_tm and the commit mentioned is touching coroutines.=