From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id BFA9C3858D3C for ; Thu, 5 Oct 2023 00:08:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BFA9C3858D3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk Received: by angie.orcam.me.uk (Postfix, from userid 500) id 7E79D92009C; Thu, 5 Oct 2023 02:08:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 7235892009B; Thu, 5 Oct 2023 01:08:05 +0100 (BST) Date: Thu, 5 Oct 2023 01:08:05 +0100 (BST) From: "Maciej W. Rozycki" To: Martin Jambor cc: Jan Hubicka , GCC Patches Subject: Re: [PATCH] ipa: Self-DCE of uses of removed call LHSs (PR 108007) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1163.3 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_INFOUSMEBIZ,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,TXREP 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 Tue, 3 Oct 2023, Martin Jambor wrote: > > SSA graph may be deep so this may cause stack overflow, so I think we > > should use worklist here (it is also easy to do). > > > > OK with that change. > > Honza > > I have just committed the following after a bootstrap and testing on > x86_64-linux. This has regressed the native `powerpc64le-linux-gnu' configuration, which doesn't bootstrap here anymore: Comparing stages 2 and 3 Bootstrap comparison failure! powerpc64le-linux-gnu/libstdc++-v3/src/compatibility-ldbl.o differs powerpc64le-linux-gnu/libstdc++-v3/src/.libs/compatibility-ldbl.o differs I have double-checked this is indeed the offending commit, the compiler bootstraps just fine as at commit 7eb5ce7f58ed ("Remove pass counting in VRP."). Shall I file a PR, or can you handle it regardless? Let me know if you need anything from me. Maciej