From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id 2CB1D3857C7B for ; Mon, 8 Mar 2021 22:21:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2CB1D3857C7B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=botcazou@adacore.com Received: by mail-wm1-x32a.google.com with SMTP id m20-20020a7bcb940000b029010cab7e5a9fso4734629wmi.3 for ; Mon, 08 Mar 2021 14:21:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1lpOK6+cUBFhQeK1hPtf74SrxuPX/qeqx2m4EgpI2FE=; b=H2nb2iGBrBvdmN4lFbwbzzknYJ5ZnkLoT33KqlWBmDATBrqnvQbKSO4Bii4a1S/14b TV00Na5kBDKthFdfOCgu3ucDp7XafUhfB+B7g+oqUYodBqbmR5uk714lraKx10mHHJh+ 6k04nTouQ1UtbYAsXl82LbxBHbrVAcU0uJaH8FXmuC3y1oSqVlyZ3JwmVBtEaWskP2eS d//d+OFvuc3xKC0FXeZYZ6hG943NZRR7thfspgqSC4Y3HBmVW940UMOubvToWH0I/FWs rvDehn4i9lOlMYFrskEabApCbe2EEClXvMNEEdXGR/8EjqakGLRpUxJKvGlXpcUPKi0C R+5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=1lpOK6+cUBFhQeK1hPtf74SrxuPX/qeqx2m4EgpI2FE=; b=du3NH9VoLTAw76FGF5HeaSI4mY/+Hp1uMK3Q/KB7cmjDpXKaLlQvpUKdJP0RJTuLhj pcjmJ4QNJ4t0trD9f3dK81UsbmllIqSdlhQOLBK7/8OI7RPbTM5J5+aiUWw0q7DmZP1w 8bMTc83u0Y6BZRrQp0fiEtbjWy+WP0rueGpOQeDUnY/DGPe8bS+yuXJ+mgdMa/BwT3IW ePm4B6HBRmD3SB/wQKnnpToeX9ZqKqQ4p+2QY7zO/2KjkGYzcyYDm9CUo/EhRnJJK0ri sweD39SDiGyx0RJ/CJBf2DQEBN2o7vD0mJXfSbB1a3iqsjWaiUIqbq7tkgKL81Ph7onW OqNQ== X-Gm-Message-State: AOAM531ArugJHOno53aT4w6Izb83BZ0cnDRL5LKM9NOOj3vK/dBmceiK khMyP1wCPpym3X4DHEWwh67RGg== X-Google-Smtp-Source: ABdhPJwSFsktJOHS1ljkU2PcabbMdy1DiW2Cd/DTLzSmRr7GvfaucJoEVcJjSKVDGACljo+Rqq3xEQ== X-Received: by 2002:a1c:6a12:: with SMTP id f18mr843934wmc.31.1615242081235; Mon, 08 Mar 2021 14:21:21 -0800 (PST) Received: from fomalhaut.localnet ([2a01:e0a:41b:84f0:cf71:f5e0:b050:bede]) by smtp.gmail.com with ESMTPSA id m132sm921744wmf.45.2021.03.08.14.21.20 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 08 Mar 2021 14:21:20 -0800 (PST) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: Mikael Pettersson Cc: gcc-patches@gcc.gnu.org, Arnaud Charlet Subject: Re: [PATCH v2] fix Ada bootstrap on Cygwin64 (PR bootstrap/94918) Date: Mon, 08 Mar 2021 23:21:20 +0100 Message-ID: <2165537.fgbByGUidj@fomalhaut> In-Reply-To: References: <4113159.e1GE0xNht7@fomalhaut> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, 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 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, 08 Mar 2021 22:21:23 -0000 > This one worked. Is that what you had in mind? > > * raise-gcc.c: On Cygwin include mingw32.h to prevent > windows.h from including x86intrin.h or emmintrin.h. Yep, exactly, thanks, you may put it on whichever branch you need. -- Eric Botcazou