From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A4B613858D37; Mon, 31 Oct 2022 21:12:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A4B613858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667250753; bh=RKlUokLie4BKvZN/mWGjAV0VC1N/kSpVMOsl2xtXzEs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NDxA/s2LdaeAr3bGkOJX5QXCCZgsJJY7MzP7g64kJZ98TmTwbFYDFtrGaUG8W88Ow ivz1mR50GxwtDlfNUPRSOTWlKRM20NOGeCh2VkUZOhfO6LDCJd6uyu0PILjd4YV0Cc iFDSwxXwFhSc55ZNBsG2N9wlS5Y8NQE4zDLNTWpU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/90620] Microblaze: ICE similar to bug 16267 Date: Mon, 31 Oct 2022 21:12:33 +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: 9.1.0 X-Bugzilla-Keywords: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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 keywords bug_status everconfirmed 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=3D90620 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-10-31 Keywords| |ra Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 --- Comment #3 from Andrew Pinski --- [(match_operand:SI 0 "register_operand" "=3D&d") ;; bool output (match_operand:SI 1 "register_operand" "=3D&d") ;; val output (match_operand:SI 2 "nonimmediate_operand" "+Q") ;; memory (match_operand:SI 3 "register_operand" "d") ;; expected value (match_operand:SI 4 "register_operand" "d") ;; desired value (match_operand:SI 5 "const_int_operand" "") ;; is_weak (match_operand:SI 6 "const_int_operand" "") ;; mod_s (match_operand:SI 7 "const_int_operand" "") ;; mod_f (clobber (match_scratch:SI 8 "=3D&d"))] "d" is: (define_register_constraint "d" "GR_REGS" "A general register.") So this should work. someone will have to debug this further to see why it = is not. Can someone please test a newer compiler and if it still happens attach the preprocessed source?=