From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 589463858D1E for ; Thu, 11 Apr 2024 14:34:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 589463858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 589463858D1E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712846074; cv=none; b=NhtpVZwK3F/C3WvdfVkrMUC1FlLFgqHq1RY7jBaaTqn+fjNTA/2aHEzgKCVVP7GEvkKXHsje94W7h1lLL0VzT8unz9MXouDV5ZYVPSU+ZT4wfNy1oIjTEdVdNwgyv8C1yHtSr5fiRVAahyiAteOApokg5qwDGudWNqP8MsVBcEs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712846074; c=relaxed/simple; bh=V5JwNcNF6Lgm0pSIFFoRmW5xTe2fg4Cey50/tfGwU9I=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=j4oVp/xtIz2pxLWG4nM1T5ynwSx+QFGZ2nVs+AndqF0dVNDmcG/zdxyUuqXpz2Pk9DeZxjGex6lYqn04kdWRmbU+HAvWrbDc/PXDhoSDjlM4YT+Qq1PuKNCDBIEncZOKNKrh5IB81w/oYnIUVRtF+RehffiQM3ffE8CpVHSiJF0= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 73B59339; Thu, 11 Apr 2024 07:35:02 -0700 (PDT) Received: from localhost (e121540-lin.manchester.arm.com [10.32.110.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1142B3F64C; Thu, 11 Apr 2024 07:34:31 -0700 (PDT) From: Richard Sandiford To: Evgeny Karpov Mail-Followup-To: Evgeny Karpov ,"gcc-patches\@gcc.gnu.org" , "Richard Earnshaw \(lists\)" , "Andrew Pinski \(QUIC\)" , Maxim Kuvyrkov , Radek Barton , richard.sandiford@arm.com Cc: "gcc-patches\@gcc.gnu.org" , "Richard Earnshaw \(lists\)" , "Andrew Pinski \(QUIC\)" , Maxim Kuvyrkov , Radek Barton Subject: Re: [PATCH v2 00/13] Add aarch64-w64-mingw32 target References: Date: Thu, 11 Apr 2024 15:34:30 +0100 In-Reply-To: (Evgeny Karpov's message of "Thu, 11 Apr 2024 14:14:23 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-14.5 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_SHORT,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: Evgeny Karpov writes: > Wednesday, April 10, 2024 8:40 PM > Richard Sandiford wrote: > >> Thanks for the updates and sorry again for the slow review. >> I've replied to some of the patches in the series but otherwise it looks good to >> me. >> >> If you agree with the suggested changes then the series is OK for stage 1, >> assuming no objections from those with an interest in the >> x86 cygwin/mingw port. >> >> Richard > > Thank you, Richard, for the review! > v3 addresses all comments on v2. > https://gcc.gnu.org/pipermail/gcc-patches/2024-April/thread.html#649261 Thanks, the new series looks good to me. Richard