From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from butterfly.birch.relay.mailchannels.net (butterfly.birch.relay.mailchannels.net [23.83.209.27]) by sourceware.org (Postfix) with ESMTPS id B47CB3858C3A for ; Wed, 20 Oct 2021 03:00:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B47CB3858C3A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 34924761670; Wed, 20 Oct 2021 03:00:38 +0000 (UTC) Received: from pdx1-sub0-mail-a48.g.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id E1F17760D6B; Wed, 20 Oct 2021 03:00:37 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a48.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.114.12.82 (trex/6.4.3); Wed, 20 Oct 2021 03:00:38 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Battle-Ruddy: 28e812aa1d63d943_1634698838081_2736719004 X-MC-Loop-Signature: 1634698838081:1708548319 X-MC-Ingress-Time: 1634698838081 Received: from pdx1-sub0-mail-a48.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a48.g.dreamhost.com (Postfix) with ESMTP id 040E77F01F; Tue, 19 Oct 2021 20:00:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=message-id :date:mime-version:subject:to:cc:references:from:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=8F/ISk GJ0Z8QoBFlz/cFvh2XoSg=; b=TGBp9ofA99gbkGqgQAEsIBVvczsaDP8Tj18Oqj aeknL8/fXWjRf1NWl25GFpaKtQiYaRvHipUPmvAiB4uO70wy+whSsBtGhCNgxf1J lEPFiARfQMioalm0FLLthTvrAuyzoblBWX5vOqRFM7oYo1hs29QDfL4p+I3DWYkB xDU5I= Received: from [192.168.1.174] (unknown [1.186.123.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a48.g.dreamhost.com (Postfix) with ESMTPSA id 5E8E17E6A6; Tue, 19 Oct 2021 20:00:32 -0700 (PDT) Message-ID: <30d7b66b-1eaf-3a82-fddd-c5caf72e28a6@gotplt.org> Date: Wed, 20 Oct 2021 08:30:27 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: Re: [PATCH v2] tree-object-size: Make unknown a computation Content-Language: en-US To: Jakub Jelinek Cc: gcc-patches@gcc.gnu.org References: <20211019065813.GJ304296@tucnak> <20211019073830.303140-1-siddhesh@gotplt.org> <20211019074557.GK304296@tucnak> X-DH-BACKEND: pdx1-sub0-mail-a48 From: Siddhesh Poyarekar In-Reply-To: <20211019074557.GK304296@tucnak> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3030.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, RCVD_IN_SBL, RCVD_IN_SORBS_WEB, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 20 Oct 2021 03:00:42 -0000 On 10/19/21 13:15, Jakub Jelinek wrote: > Ok for trunk if it passes bootstrap/regtest. > Pushed now, no new issues seen in bootstrap and regtest. Thanks, Siddhesh