From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AF5973858C36; Tue, 8 Nov 2022 20:31:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF5973858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667939472; bh=aYDvi+Y9Oz2dqP4Rtrc43eZx/rw/ZYlSvtc9deHbUtY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZQtc70dFBTWvhBo02P1AYf31I+7w5mNaShO4UOXbohuoH/Acnnx6uMImatXZwMQYP PMDVEYg7a4da1W4yVDzAY9W+UfvnBOyP0pVSaufTmf3sVIKnpFT2RZkCh48Ba0piFY eIFBB4ZFaMTYaP7saq4GPBcVdNRwWNIRNU1jmQ/c= From: "ian at airs dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107581] ICE on sparc-leon-uclibc during go build Date: Tue, 08 Nov 2022 20:31:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ian at airs 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: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107581 Ian Lance Taylor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian at airs dot com --- Comment #1 from Ian Lance Taylor --- This crash appears to be fairly deep in the middle-end. Nothing has changed recently in the Go frontend. Has this crash just started appearing, or is = this the first time you are trying this? If it is a relatively new crash then I think it must be related to some middle-end change. Thanks.=