From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 154803858C00; Sat, 4 Nov 2023 19:11:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 154803858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699125090; bh=Xnng/zx1xJgC2+zsJkZJF8iuG/6b0LdBLlMpWTc421U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TNiNu99ScyiVysL1xRNp+t1ypAuq370FQYJ1c9jpxsbWdqy30y0ENj4tDSwvAZpND OWjNgJCG860mf6b52uxjpag1niBGtdBqalzJbRqrTDLgs9R1sk3A0yXoy6a1OuM161 mE2xi3HP6y4i/BbZosrBYdvDF2xufSFFR5lL8k6w= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/111956] Many powerpc platforms do _not_ have support for IEEE754 long double Date: Sat, 04 Nov 2023 19:11:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: gaius at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created 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=3D111956 Gaius Mulley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gaius at gcc dot gnu.org --- Comment #4 from Gaius Mulley --- Created attachment 56508 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56508&action=3Dedit Proposed fix Here is a proposed patch which detects whether the target_cpu is power10 and target is ppc64le. I've seen it build successfully on gcc135 (without bootstrap) and bootstrap on gcc120 (I'm currently running a bootstrap on gcc135). I'm unsure whether these libgm2/configure.ac and gcc/m2/configure.ac tests = are sufficient - and suspect more combinations should be checked (ie the shell = case statements might need expanding).=