From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C168D385841E; Mon, 7 Nov 2022 15:43:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C168D385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667835839; bh=4vAYnAL9GJAtgIKE1EstSY6c2bwXVh2GlgTpXKzal9Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Rgyv0yz0ywxWyRl2i9yhtuocG5EI3bQkTBKJ/JYTSa+X2uHQaivXoPIXRMfSB4f1f mgrByY6YeSIRbAxpYtx17+vHHFywJVrlYeFsaNjWl7tui8Km31iVwQqz4PDuRNz74P 11OxkW11eI/e8sG9K1OUYrKF/wxMEvDQG0B/Xgis= From: "ro at CeBiTec dot Uni-Bielefeld.DE" 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:43:59 +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: ro at CeBiTec dot Uni-Bielefeld.DE 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 #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- 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 wi= th > CC=3D'gcc -m32' CXX=3D'g++ -m32' as the bootstrap compiler. I'll have to= check > where the failures are, as I don't recall from memory. I'm actually a 64-bit gcc 11.2.1 as bootstrap compiler, building with gcc/g++/gdc -m32. > I've also got a box with a clean 10.8/Darwin 12 install on it, hence the > question. That's pretty close to my 10.7 system. Btw., I just remembered that you need a relatively new (for that system) version of Xcode on those ancient systems. I'm using the Xcode 4.6.2 command line tools on 10.7. In a 10.8 VM I used Xcode 5.1.1 instead. It may well be that you get weird errors with earlier versions. Iain Sandoe also has a patched version of cctools at https://github.com/iains/darwin-xtools However, I got along with the unmodified Xcode versions so far.=