From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E6313858D28; Sat, 19 Nov 2022 09:32:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E6313858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668850336; bh=XAl8l/+zmVeJA+BzoA7K18V8AFcS3+sLlEqbC5tWQIE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K6SO8cNEIPwNbFXp7a6CM0NhyUGUCSqI/tXxnNlqqaQ8IodYZW+wyzABZ7Pt2znt4 r+8U/UtAn8eR6dsrfGJhiiR/0fR2pmcfypiJMaYDerXF7ruGxwH75HwP+dX3SMwOMG yXcaLb4xh1strpscutHFDRXeVLwpeF1JkRP2Pasc= 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:32:16 +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 #3 from Yang Yujie --- (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? Hi Vladimir, thanks for your reply! It seems that you need to specify -march=3Dmips64r2 (or configure gcc with --with-arch=3Dmips64r2). This turns on -mno-spreg by default.=