From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [IPv6:2001:470:683e::1]) by sourceware.org (Postfix) with ESMTPS id 24D573858C2F for ; Thu, 25 Aug 2022 11:41:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 24D573858C2F Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1661427676; bh=6M6uhoJqcphVAJr4lsZybRj0KBdpQkCdb6mnPxgYU4A=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=l5BEXe0mMQLnqYOBUvSlo7aRoPDvBY/dg6pCEbDMcEKVKewSoWAYsVFZzwD4fRK0x Aqk4gP7IrjAxWoBBduZrVAfLhgaCeshiSAhdiS/koT1Mb7SPuBH6ms2cZlcs8d8Epo lsMcMoJC5ikgCHgyJX4wODMikDA9hJFmVhGx/29U= Received: from localhost.localdomain (xry111.site [IPv6:2001:470:683e::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384)) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id 6F17766984; Thu, 25 Aug 2022 07:41:14 -0400 (EDT) Message-ID: Subject: Re: [PATCH v2 2/2 resend] LoongArch: add model attribute From: Xi Ruoyao To: Lulu Cheng , gcc-patches@gcc.gnu.org Cc: Jinyang He , Chenghua Xu , Huacai Chen , Youling Tang , Wang Xuerui Date: Thu, 25 Aug 2022 19:41:12 +0800 In-Reply-To: References: <33ecfc0e63844d9d1254190c3d964989a1e68cfe.camel@xry111.site> <7a57979ed30cdb47b51b24c7af80ad2b79be401c.camel@xry111.site> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.45.2 MIME-Version: 1.0 X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROM_SUSPICIOUS_NTLD,LIKELY_SPAM_FROM,PDS_OTHER_BAD_TLD,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 2022-08-25 at 17:12 +0800, Xi Ruoyao via Gcc-patches wrote: > On Thu, 2022-08-25 at 16:53 +0800, Lulu Cheng wrote: > > I think this should add a sentence: > >=20 > > =C2=A0=C2=A0=C2=A0=C2=A0 > > "Currently, the identifier name can only be one of small or > > extreme." >=20 > I'll add this line and spend some time trying to see how to reliably > reproduce the ICE mentioned in 1/2 before committing. Pushed r13-2199, with this added and "RTL flag checking enabled" mentioned in 1/2. --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University