From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B2523858035; Wed, 14 Sep 2022 23:44:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B2523858035 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663199045; bh=ojupK25ktACdWiHyomQYVziNgnfyv6tH1qFdnH5t498=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wVUz+gMFfcgqNAz9cgfKWeMVWiavFtdYAFToTrac5NPcRpO3iQHWCjPyGSQy0zeS5 6zOJ2YWgNv9MGKV8+hAga0v8fOJwAO4g5ORCepjvbwDRsC+2q98GMFkZZuP5UJLqr/ 4XR5LwreJLfW35qjrz8y07Pj+4VP0SZqozo4xqrI= 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 23:44:04 +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 #14 from Peter Bergner --- Similar error on a long double =3D=3D IEEE128 system: /home/bergner/gcc/gcc-fsf-mainline-lang-D/libphobos/src/std/math.d:281:5: error: static assert "Only 64-bit, 80-bit, and 128-bit reals are supported= for LittleEndian CPUs" 281 | static assert(real.mant_dig =3D=3D 53 || real.mant_dig =3D=3D 64 | ^=