From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 10F8138357AE; Thu, 17 Nov 2022 07:54:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10F8138357AE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668671691; bh=5BpADKG22F4chXvMGfRgH6bG/hueTP2y7uwL/8qHYxI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JodCRRDBCQmruDIfc/9Kjm8QbXAODaLGNPkfFeGe+4JFMMzEOG7RQp2cMxywk9vJW h3zwuEMGuRBlsiGAED1Ch1hHNqBd9Uz3Gby7HnnLo/0lkahK1SVM9rfRR4VZjI01t+ UmeiM5JqhR10EaEloMsS1t/1rhRNx2FdCrjDsO7Q= From: "chenglulu at loongson dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107731] loongarch Operand Modifiers are not documented Date: Thu, 17 Nov 2022 07:54:50 +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: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: chenglulu at loongson dot cn 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: 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=3D107731 --- Comment #7 from chenglulu --- (In reply to Andrew Pinski from comment #3) > MIPS nor RISCV does not define a %c either. These two architectures can also fail under the following conditions: void test(void) { asm (".long %c0" ::"i"(0x12345678)); }=