From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A1583858C1F; Tue, 19 Sep 2023 15:19:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A1583858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695136747; bh=5O6/rfJDIQMD7YQpruV0l8tCRGvMnbgvWcTcQeZReqg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aea3nyO4c2gCRT9+tKiYY5SMIMnRy3+s+g5DJSEhWx00szS4eMPzIjmteL0qrIi1z dY5n3XW+zrUiT981j8e4vinFg+LytShjGCpbE+Fs3FsJDuncb408RT0ZmNXxJxp/jO fp6/ZtynCcJtpVqHepEXVUctgSyT+5IfqyG14I/8= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111367] Error: operand out of range (0x1391c is not between 0xffffffffffff8000 and 0x7fff) Date: Tue, 19 Sep 2023 15:19:06 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: segher at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw 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=3D111367 --- Comment #11 from Segher Boessenkool --- > > There really should be a comment why one alternative needs the %U{n} an= d the > > other can > > ignore it, btw. Nothing new there, but a head-scratcher :-) >=20 > OK, something like: "prefixed load/store insns only have D-form but no > update and X-form"? Exactly. Something short is plenty, but if there is nothing there it is surprising. Surprising is bad :-)=