From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B77293897813; Mon, 4 May 2020 21:46:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B77293897813 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588628804; bh=COQMh01Ppu+RArnw0PMKvk+1yQRkn61OB4xRvg120bQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=etI2p/hLKsJJI+YU6InGrizR/sEzvJgbQkpQmsihmaYWWPUIJWjvgQPyhPSVGtXA5 qs7QYpsDSTM5J16oId1EzcoFm/fO56og3fKce+E9Z825ZZt+g//zkZEhMYiLHv+gO2 96Xo2wjclzfvuOmizxBbwHzfWZLp2sLoacuQzsDE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/94918] [8/9/10/11 regression] Ada bootstrap errors on Cygwin64 Date: Mon, 04 May 2020 21:46:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2020 21:46:44 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94918 --- Comment #6 from CVS Commits --- The releases/gcc-8 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:4b0a1274faa64cbbe3c3b5db1129b3d2b3b530bb commit r8-10236-g4b0a1274faa64cbbe3c3b5db1129b3d2b3b530bb Author: Eric Botcazou Date: Mon May 4 23:32:39 2020 +0200 Fix Ada bootstrap on Cygwin64 This fixes a compilation error preventing bootstrap with Ada on x86_64-pc-cygwin. 2020-05-04 Mikael Pettersson PR bootstrap/94918 * mingw32.h: Prevent windows.h from including emmintrin.h on Cygw64.=