From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 236A2385740E; Wed, 14 Sep 2022 20:21:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 236A2385740E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663186889; bh=nVPNOmtm6OvT6qGrYLMgeKzLdIzrPq4PivfhP7DToso=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KqLIRZ+VIX3PbiO0BylxjWov4l5Gs0AEUobvltug7MX8VCx7KgSt3lKeCbDtvYbXc PfbAikqCS/PBfu83A/T4FAny35A+mKVpxneO83blcbPCbfTb+iuqxnaI4FjK2RlGsa 8/1d9wMHI2bIWmOIRo62u27hNUiEqpUqloNHjX28= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/106832] Missing powerpc64le-linux support for D Date: Wed, 14 Sep 2022 20:21:28 +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: bergner at gcc dot gnu.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: cc 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 Peter Bergner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu.org --- Comment #1 from Peter Bergner --- (In reply to Jakub Jelinek from comment #0) > When GCC is configured on powerpc64le-linux against glibc 2.26 or later (= but > in theory also on older glibcs through libquadmath), there is full support > for IEEE 754 quad (on power8 in software, on power9 through hw support), = so > I don't see why D shouldn't be supported in that case. I haven't tried building D on powerpc64le-linux before, so I don't know what the failure mode is. Are you saying we since we have the IEEE128 support in the compiler, we just need to enable it for D somehow (config file change?)= or that there is some build error when we do build D on powerpc64le-linux? I'll kick off a build with D enabled to educate myself.=