From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 779273858D3C; Mon, 29 Apr 2024 06:45:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 779273858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714373155; bh=j58PqoCz+tNOL+NHVEaTWyYs8TxQ2cCa3no9PVBf9gE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pfUt0QXU0IK4UeZfLz2l2OHVt/fSPUBUDt5+4Lqt83jvksX2bcqTHP305QuqGD5jt LWVrQpkgPj/n0mVIE60GfQbfVdPrA0+hebZREgnwMIdyT/dkVabgJGaVt4CT08NSYu rOhGoesFFdQ9uh0/ojUl3LdODivbswzv8j9zujPM= From: "kito at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/114885] RISC-V: ICE of unrecog insn when graphite for both the c/c++ and fortran Date: Mon, 29 Apr 2024 06:45:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: kito at gcc dot gnu.org 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: bug_status cc everconfirmed cf_reconfirmed_on 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=3D114885 Kito Cheng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |kito at gcc dot gnu.org Ever confirmed|0 |1 Last reconfirmed| |2024-04-29 --- Comment #1 from Kito Cheng --- I can reproduce on my side=