From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20C6939B3C14; Thu, 29 Jul 2021 14:49:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20C6939B3C14 From: "matthew.thompson at nasa dot gov" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/100340] Bootstrap fails with Clang 12.0.5 (XCode 12.5) Date: Thu, 29 Jul 2021 14:49:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: matthew.thompson at nasa dot gov 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: cc 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: Thu, 29 Jul 2021 14:49:07 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100340 Matt Thompson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthew.thompson at nasa d= ot gov --- Comment #10 from Matt Thompson --- Query from someone who I believe just encountered this trying to build 11.2= on macOS 11.5.1 with XCode 12.5: What is the best method to work around this f= or now?=20 1. Update to XCode 12.5.1 (which apparently exists, but I don't know if it = has the fixes?) 2. Pass in `--without-build-config` to configure (which is how Homebrew does it) 3. Iain's last suggestion about `-mllvm -x86-pad-for-align=3Dfalse` (I'm no= t sure where to put that) The easiest for me to try was #2 and it seems to work, but I don't know if = that has side-effects for the built compiler. (Of course, our software currently has some issues with GCC 11.1 that I thi= nk are still open here on Bugzilla (like #100651), but I thought I'd see if 11= .2 fixes them!)=