From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 357C03857C76; Wed, 14 Sep 2022 21:56:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 357C03857C76 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663192591; bh=PCI/JbYrm9W9EEei2QUvhSeUWXPsFWt1Dup/EoWtzWc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XM2kmG7cJyKsHDNQbttpGgtrZILC5YhZGxLLXRIAQDUhatIa3Xbl96Nou/OHIOM8R DcfUquihtr078aesSYlbzAwK2ZITc1QElrZ3zoA+HsA0ltukyK82wdieO0Nl7D0wyR Yw5InNdiw2jVdIA3VZH3CzKGGjv8UK5Sk71WFzPk= 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 21:56:30 +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: 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 #13 from Peter Bergner --- (In reply to Peter Bergner from comment #1) > I'll kick off a build with D enabled to educate myself. Ok, I see the following on a powerpc64le-linux build on a system that defau= lts to long double =3D=3D IBM128. I have access to a Fedora36 box that default= s to IEEE128 so I'll try a build there too. /home/bergner/gcc/gcc-fsf-mainline-lang-D/libphobos/src/std/math/package.d:= 320:5: error: static assert: "Only 64-bit, 80-bit, and 128-bit reals are supported for LittleEndian CPUs" 320 | static assert(real.mant_dig =3D=3D 53 || real.mant_dig =3D=3D 64 | ^ make[5]: *** [Makefile:1289: std/complex.lo] Error 1 make[5]: Leaving directory '/home/bergner/gcc/build/gcc-fsf-mainline-lang-D/powerpc64le-linux/libphobo= s/src' make[4]: *** [Makefile:484: all-recursive] Error 1 make[4]: Leaving directory '/home/bergner/gcc/build/gcc-fsf-mainline-lang-D/powerpc64le-linux/libphobo= s' make[3]: *** [Makefile:411: all] Error 2 make[3]: Leaving directory '/home/bergner/gcc/build/gcc-fsf-mainline-lang-D/powerpc64le-linux/libphobo= s' make[2]: *** [Makefile:23281: all-stage3-target-libphobos] Error 2 make[2]: Leaving directory '/home/bergner/gcc/build/gcc-fsf-mainline-lang-D' make[1]: *** [Makefile:28917: stage3-bubble] Error 2 make[1]: Leaving directory '/home/bergner/gcc/build/gcc-fsf-mainline-lang-D' make: *** [Makefile:1065: all] Error 2=