From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8BCE53858C36; Mon, 7 Nov 2022 15:34:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8BCE53858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667835258; bh=0LT0cwyJkwMhS8NWM+57UJA006RtxoCoY2KyF53dCXs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HfS2QtTMTGDSybVd9utVVvAu5cSbCE/Q1yEPmSl/e9vh8TVvxgNzKnFKETqZSLBB8 G+lXj3w9rzCAipOnKUgTDeBbFXnTDBRI/FTA1HWnS5ngUIQUvmZUCxiYYqHHiSMo/S j+KH2H4cdpKTVq1Dab/4Lz9kNiwfkbxDe1xfdybI= From: "ibuclaw at gdcproject dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/106977] [13 regression] d21 dies with SIGBUS on 32-bit Darwin Date: Mon, 07 Nov 2022 15:34:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ibuclaw at gdcproject dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: 13.0 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106977 --- Comment #3 from Iain Buclaw --- (In reply to ro@CeBiTec.Uni-Bielefeld.DE from comment #2) > My builds are on Mac OS X 10.7/Darwin 11 still. What macOS version are > you trying this on? FWIW, I gave up on 32-bit builds with macOS > 10.14/Darwin 18 when Apple made it close to impossible to build 32-bit > software. I've got stage1 link failures on 10.10/Darwin 14, using gcc-11.3 built with CC=3D'gcc -m32' CXX=3D'g++ -m32' as the bootstrap compiler. I'll have to c= heck where the failures are, as I don't recall from memory. I've also got a box with a clean 10.8/Darwin 12 install on it, hence the question.=