From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFE103858D1E; Sat, 19 Nov 2022 09:33:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFE103858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668850409; bh=lgRSYHuEG1VGeM2slqGthl8Y5fGATnVSE4WqG+YH4GY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ec5chqDLPpbRBn7r1migqJ3wB+J4YEQ6X6h5DcLP3Dts3chmbj9fO5ZqR+/KRnhVv V33XDqMZMnXKB2/JpN1MlUM4UZAqku+Sttms2kluen9DxGUGwasMlPu4AOocNDa0i3 vqQJ9rB7/Bl4the3rzyAg2V7Q1hA+Xp+YwI0FhdY= From: "yangyujie at loongson dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106462] LRA on mips64el: unable to reload (subreg:SI (reg:DI)) constrained by "f" Date: Sat, 19 Nov 2022 09:33:29 +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: 13.0 X-Bugzilla-Keywords: ra X-Bugzilla-Severity: normal X-Bugzilla-Who: yangyujie at loongson dot cn 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: 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=3D106462 --- Comment #4 from Yang Yujie --- (In reply to Yang Yujie from comment #3) > (In reply to Vladimir Makarov from comment #2) > > I built mips64el-linux-gnuabi64 but using -mabi=3D64 -msingle-float for= it > > gives > >=20 > > cc1: error: unsupported combination: -mgp64 -mno-odd-spreg > >=20 > > Did I miss something? >=20 > Hi Vladimir, thanks for your reply! >=20 > It seems that you need to specify -march=3Dmips64r2 (or configure gcc with > --with-arch=3Dmips64r2). This turns on -mno-spreg by default. * Should be -modd-spreg, sorry for the typo.=