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 DDEA43857C74 for ; Tue, 8 Dec 2020 05:43:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DDEA43857C74 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]:60690 "EHLO localhost" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991483AbgLHFnW0biTZ (ORCPT ); Tue, 8 Dec 2020 06:43:22 +0100 Date: Tue, 8 Dec 2020 05:43:22 +0000 (GMT) From: "Maciej W. Rozycki" To: Jeff Law cc: GCC Patches Subject: Re: H8 cc0 conversion In-Reply-To: <97ecedff-d840-a5cc-8178-39ce8e2175c5@redhat.com> Message-ID: References: <97ecedff-d840-a5cc-8178-39ce8e2175c5@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3.4 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: Tue, 08 Dec 2020 05:43:26 -0000 On Sun, 22 Nov 2020, Jeff Law via Gcc-patches wrote: > This is a combination of my son's work as well as my own. Congratulations to Austin for this achievement! Maciej