From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cvs.linux-mips.org (eddie.linux-mips.org [148.251.95.138]) by sourceware.org (Postfix) with ESMTP id 300623857C4C for ; Sun, 10 Jan 2021 14:34:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 300623857C4C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-mips.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=macro@linux-mips.org Received: from localhost.localdomain ([127.0.0.1]:48598 "EHLO localhost" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991915AbhAJOeSCf336 (ORCPT ); Sun, 10 Jan 2021 15:34:18 +0100 Date: Sun, 10 Jan 2021 14:34:17 +0000 (GMT) From: "Maciej W. Rozycki" To: Paul Koning cc: Jeff Law , Richard Sandiford , GCC Patches Subject: Re: [PATCH 2/4] PDP11: Use a mode with `const_double_zero' expressions In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KHOP_HELO_FCRDNS, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Sun, 10 Jan 2021 14:34:21 -0000 On Fri, 8 Jan 2021, Paul Koning wrote: > Ok. Thanks Maciej. Thank you for your review. I have applied this change now (and the remaining from the series, approved by Jeff). Maciej