From owner-freebsd-toolchain@freebsd.org Tue May 5 10:05:09 2020 Return-Path: Delivered-To: freebsd-toolchain@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 734C52DFF68 for ; Tue, 5 May 2020 10:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49Gb1x2Xs0z3C7V for ; Tue, 5 May 2020 10:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 573552DFF67; Tue, 5 May 2020 10:05:09 +0000 (UTC) Delivered-To: toolchain@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56FA02DFF66 for ; Tue, 5 May 2020 10:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Gb1x1hfGz3C7T for ; Tue, 5 May 2020 10:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 358F1C290 for ; Tue, 5 May 2020 10:05:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 045A59F0042323 for ; Tue, 5 May 2020 10:05:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 045A59BK042322 for toolchain@FreeBSD.org; Tue, 5 May 2020 10:05:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 238129] Please enable the type __float128 that is already supported by clang Date: Tue, 05 May 2020 10:05:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: thierry@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2020 10:05:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238129 Thierry Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #213010|0 |1 is obsolete| | --- Comment #6 from Thierry Thomas --- Created attachment 214150 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D214150&action= =3Dedit New experimental port of math/libquadmath (In reply to Brooks Davis from comment #5) According to your answer, it seems that the header is not sufficient and the whole library is requested. This new attachment removes 'USE_GCC', but of course it fails with clang: libtool: compile: cc -DHAVE_CONFIG_H -I. -I ./../include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT math/fmodq.lo -MD -MP -MF math/.deps/fmodq.Tpo -c math/fmodq.c -fPIC -DPIC -o math/.libs/fmodq.o In file included from math/acoshq.c:30: In file included from ./quadmath-imp.h:29: ./quadmath.h:33:39: error: unsupported machine mode 'TC' typedef _Complex float __attribute__((mode(TC))) __complex128; ^ ./quadmath.h:47:26: error: __float128 is not supported on this target extern __float128 acosq (__float128) __quadmath_throw; ^ ./quadmath.h:47:8: error: __float128 is not supported on this target extern __float128 acosq (__float128) __quadmath_throw; ^ ./quadmath.h:48:27: error: __float128 is not supported on this target =E2=80=A6 If the support of 128 bits float get enabled, as suggested in comment #1, c= ould this compile? --=20 You are receiving this mail because: You are the assignee for the bug.=