From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id ADF973838039 for ; Mon, 7 Jun 2021 11:21:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ADF973838039 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 79CAC21A91; Mon, 7 Jun 2021 11:21:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1623064862; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FWPBGlzQJSw8aQ1UoChiG/IJEcCEEDRFDVc4ViWcceU=; b=FLBI2V67F1wZlzbX929M0YtPFk9JnL3vSKQwd8vR4Wyi81xosQcpJvRrkRKWGS/S1uKP4P vYLJQIcKUXYBAd+SI76kq2Adstf4VzH8dcO7xozhugXxKLSR7M4Ue+LpChrZdFXEQsNhRX jiX/DHxzRTkTStEe7Mxwr+TCxM7U07c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1623064862; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FWPBGlzQJSw8aQ1UoChiG/IJEcCEEDRFDVc4ViWcceU=; b=gLZ/ru/Q3l3xV0z7feaC7vQ8UYuT0CMEcyLASU7/4AqoMdTuj6AkyRr54cj9zB2U5DMJ4K 3ZuaoJmTOusAj4Bw== Received: from murzim.suse.de (murzim.suse.de [10.160.4.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 73F23A3B83; Mon, 7 Jun 2021 11:21:02 +0000 (UTC) Date: Mon, 7 Jun 2021 13:21:02 +0200 (CEST) From: Richard Biener To: Bernd Edlinger cc: "gcc-patches@gcc.gnu.org" Subject: Re: [PING] [PATCH] For obj-c stage-final re-use the checksum from the previous stage In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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, 07 Jun 2021 11:21:14 -0000 On Fri, 4 Jun 2021, Bernd Edlinger wrote: > Ping... OK. Richard. > On 5/28/21 9:47 AM, Bernd Edlinger wrote: > > Hi Richard, > > > > I've replicated your PR to make the objective-c checksum compare equal > > > > commit fb2647aaf55b453b37badfd40c14c59486a74584 > > Author: Richard Biener > > Date: Tue May 3 08:14:27 2016 +0000 > > > > Make-lang.in (cc1-checksum.c): For stage-final re-use the checksum from the previous stage. > > > > 2016-05-03 Richard Biener > > > > c/ > > * Make-lang.in (cc1-checksum.c): For stage-final re-use > > the checksum from the previous stage. > > > > cp/ > > * Make-lang.in (cc1plus-checksum.c): For stage-final re-use > > the checksum from the previous stage. > > > > From-SVN: r235804 > > > > > > This silences the stage compare. > > > > Bootstrapped and reg-tested on x86_64-pc-linux-gnu. > > Is it OK for trunk? > > > > > > Thanks > > Bernd. > > > > > > 2021-05-28 Bernd Edlinger > > > > objc/ > > * Make-lang.in (cc1obj-checksum.c): For stage-final re-use > > the checksum from the previous stage. > > > > objcp/ > > * Make-lang.in (cc1objplus-checksum.c): For stage-final re-use > > the checksum from the previous stage. > > > -- Richard Biener SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany; GF: Felix Imendörffer; HRB 36809 (AG Nuernberg)