From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [89.208.246.23]) by sourceware.org (Postfix) with ESMTPS id 286B03857830 for ; Mon, 27 Jun 2022 00:33:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 286B03857830 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) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id 9CB5E66ABD; Sun, 26 Jun 2022 20:33:32 -0400 (EDT) Message-ID: <7000b5e7e1905fe2f6c328f97b61881ad73a3b8a.camel@xry111.site> Subject: Re: [PATCH 5/5] Convert ranger and clients to vrange. From: Xi Ruoyao To: Aldy Hernandez , GCC patches Cc: Chenghua Xu , Lulu Cheng Date: Mon, 27 Jun 2022 08:33:29 +0800 In-Reply-To: References: <20220530132751.1752112-1-aldyh@redhat.com> <20220530132751.1752112-5-aldyh@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.2 MIME-Version: 1.0 X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FROM_SUSPICIOUS_NTLD, KAM_SHORT, LIKELY_SPAM_FROM, SPF_HELO_PASS, SPF_PASS, TXREP, T_PDS_OTHER_BAD_TLD, 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 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2022 00:33:36 -0000 On Wed, 2022-06-01 at 11:04 +0200, Aldy Hernandez via Gcc-patches wrote: > Final patch committed. >=20 > All users but one of Value_Range::set_type() have been removed in > favor of using a constructor taking a type.=C2=A0=C2=A0 We still need to = delay > initialization for one use in gimple_infer_range, as it has an array > of temporaries for which the type is not known until later. >=20 > Re-tested on x86-64 Linux. Bootstrap on loongarch64-linux-gnu is broken since r13-911. I've created https://gcc.gnu.org/PR106096 and put all information I've gathered so far in the PR.