From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B5EB385740E; Wed, 14 Sep 2022 21:28:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B5EB385740E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663190910; bh=5tta8S/cQ9ufO4439MkPXz5Yrc0Tu5IrVsmogBWhDWM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sste4ZlbQ3ZCT+HBg7Hbp4lNKMtiP4wlrilrkh6vNITaQQGX1ve/VJUoqXku24U6F +arRXhajzO14lkzYmgRcjXCd7IMJRfvq4Aq81yYFeDSL4tgpfyK/emPwYOzqUkS7UW bs3eF3odXFIpwUecMORuweb9iWf/YfSU4jTxs7lg= From: "ibuclaw at gdcproject dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/106832] Missing powerpc64le-linux support for D Date: Wed, 14 Sep 2022 21:28:29 +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: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org 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=3D106832 --- Comment #10 from Iain Buclaw --- (In reply to Peter Bergner from comment #9) > (In reply to Jakub Jelinek from comment #2) > > Well, I certainly see libphobos/configure.tgt having powerpc*-linux* as= the > > only target that does: > > power*-*-linux*) > > LIBPHOBOS_SUPPORTED=3Dyes > > LIBDRUNTIME_ONLY=3Dyes > > ;; >=20 > It's interesting that the power*-*-freebsd*) target stanza doesn't have > "LIBDRUNTIME_ONLY=3Dyes". Someone else tested that port. From what I recall, I did a spot check and s= aw that IBM128 is only supported on AIX, Darwin, and Linux-with-long-double-format=3Dibm. For all other Power ports, it's IEEE1= 28 by default.=