From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B5ACA384B0C1; Tue, 21 Apr 2020 17:29:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5ACA384B0C1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587490191; bh=7gUN7zMwHcs5UPA+Zls3q2ZgDMRge4nt5pyndtpEUE8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LQ+8lq/ShEEU+SDOwrTAWdO4Y61f+m8tQpdTV4VllmRsB8omjOAqhpFYGVV/zlDWH 0YABULgQj6UnueZiKq8jAjlmWd9Fzt0rJUoz+Cbc528u7iwo+OajydxrmBy+uHTUNM +RCdNLP8DrtoBSreWx9gcm8eGBGNO0h9ib7nLXNA= 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: Tue, 21 Apr 2020 17:29:51 +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: Tue, 21 Apr 2020 17:29:51 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94586 John David Anglin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48295|0 |1 is obsolete| | --- Comment #26 from John David Anglin --- Created attachment 48327 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48327&action=3Dedit Patch to fix float128 node selection on hpux This is my latest patch to fix the float128. In this iteration, I have attempted to create a target hook to allow REAL16 to be float128 instead of long doub= le. Previous version had a problem with iroundq. Need to use long double built= ins. This version is untested. With previous version, there was one new test fa= il (probably it didn't run before) and one XPASS. So, using libquadmath is working out quite well. Have no objection to having configure checks for fmaf and fma. That's bett= er than my POSIX check. Sorry, this is going slowly but testing takes awhile.=