From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B778B3858420; Sun, 30 Oct 2022 17:41:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B778B3858420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667151718; bh=Xz84NolMJtkVDx8fFW7BAzy2XiNceelGtJZnIpoK1oI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yqcTddLFj2nbMcyNXUfa8Otl+ay/oEQNuQTsw49akj/IE+3x7vPNU0WO4RVgUXm6W tdbDQJDeSGBIzTbz4p91RRX2WldA4jgvfwm/NwMFx+5/Kjb34rif3awvzKLpxX5dyH YPMLU//89QHkruT5bGK22kmhtvLz1gh+SxHjl3YM= From: "vital.had at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/46986] Go is not supported on Darwin Date: Sun, 30 Oct 2022 17:41:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 4.5.4 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vital.had at gmail dot com X-Bugzilla-Status: SUSPENDED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D46986 --- Comment #47 from Sergey Fedorov --- (In reply to Ian Lance Taylor from comment #46) > A small bit of work is needed on the codegen, to read and write the export > data. And some work is required on the runtime, to clean it up to support > Darwin. It has to be done by someone with access to a modern Darwin syst= em. I could do something on this, perhaps, provided it is not overly demanding = in terms of expertise. Or do those parts which are such :) While I have more interest in Darwin PPC, since Go is broken there (ppc32 support exists in out-of-tree branch of Go 1.9, though not for Darwin, howe= ver the only Go bootstrappable from C, 1.4, is x86-only), access to modern x86_= 64 Darwin is there.=