From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A184E384A026; Wed, 22 Apr 2020 21:41:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A184E384A026 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587591674; bh=yBm6RMm3PsIfLkfIRTaUTtZ9F8CnCAuSFsIsArlz7gg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GLkoE4Tde/0x6TmayKZxI+ESGijRNJx554iH6KxJEOpIU/vZ8QoKHzbPjkXYS719m QJQmAaySPG9WyciFcAo1iNWci4LWyO9uPxnTUNoKiX6bJxIpNPlpJRKWZSIqDLc31K gZ4pC42a106Geb3BO2zkCAl1zdE5sTKxQIj2xdvo= 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: Wed, 22 Apr 2020 21:41:14 +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: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 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: Wed, 22 Apr 2020 21:41:14 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94586 John David Anglin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48356|0 |1 is obsolete| | --- Comment #39 from John David Anglin --- Created attachment 48357 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48357&action=3Dedit Patch to fix float128 node selection on hpux Modify mk-kinds-h.sh to auto detect whether to use long double or __float128 for REAL(16).=