From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 505DA3857C51; Mon, 20 Jul 2020 19:53:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 505DA3857C51 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595274799; bh=CJs/+2WMEbkfp3u+ElES06DgL6THCa1Ry4OU6W9lRsw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MJisUIJbsZBPRvxhkab/ZD+D0NLbSjixw+GgfocH3xYlr60RueBaqQH94uOY30oDi H4FSNso9U/gf1eIMkqMMXQTjr1tc/X60FYLmVG3BK/2HKvX44PB1IfLwgM+E4QgGU2 ykES9u4bl57ErqBfuyOjzp4A5Y7N1nArfWmi6ewM= From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/94586] trigd_lib.inc:84:28: error: implicit declaration of function 'fmaf' Date: Mon, 20 Jul 2020 19:53:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2020 19:53:19 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94586 John David Anglin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48357|0 |1 is obsolete| | --- Comment #45 from John David Anglin --- Created attachment 48901 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48901&action=3Dedit Patch to use libquadmath with gfortran on hpux This patch enables the use of libquadmath with gfortran on hpux. There is = no system support for long double (or __flat128) math, so it would be nice if = we could use the libquadmath support for __float128. The attached patch works with both 32 and 64-bit hpux targets. There are a couple of testsuite fails that I haven't had time to investigate yet. But mostly it works.=