From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by sourceware.org (Postfix) with ESMTPS id 7958E3857C58 for ; Thu, 10 Mar 2022 11:30:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7958E3857C58 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KDn10275nz9smS; Thu, 10 Mar 2022 12:30:12 +0100 (CET) Date: Thu, 10 Mar 2022 12:30:05 +0100 From: Iain Buclaw Subject: Re: [PATCH] libphobos: Enable on Solaris/SPARC or with /bin/as [PR 103528] To: gcc-patches@gcc.gnu.org, Rainer Orth References: In-Reply-To: MIME-Version: 1.0 Message-Id: <1646911785.yq1iv30b7a.astroid@pulse.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2022 11:30:18 -0000 Excerpts from Rainer Orth's message of M=C3=A4rz 10, 2022 11:19 am: > libphobos is currently only enabled on Solaris/x86 with gas. As > discovered when gdc was switched to the dmd frontend, this initially > broke bootstrap for the other Solaris configurations. >=20 > However, it's now well possible to enable it both for Solaris/x86 with > as and Solaris/SPARC (both as and gas) since the original problems (x86 > as linelength limit among others) are long gone. >=20 > The following patch does just that. >=20 > Tested on i386-pc-solaris2.11 and sparc-sun-solaris2.11 (both as and > gas) with gdc 9.3.0 (x86) resp. 9.4.0 (sparc, configured with > --enable-libphobos) as bootstrap compilers. >=20 > Ok for trunk? OK. Thanks, Iain.