From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE1F1384A023; Thu, 16 Apr 2020 01:10:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE1F1384A023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586999421; bh=LVD9kXS3As8agHAGwtnc2qOziYqWKiAawjTO3gNoiUE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t50Oa/zwyexWSC/0H0A8GE8RQrvpVgxei51W9L4l8iEDQJxbbwtuJClTkMLnZObrG HunSaqRKLx4TBP6yb9+lyfjhAqLLa3vBkCOIP5fS79YzpOs2h9IUaPQdh60QzA8knI mDLiDXI7Lf1gVy/bYRzpFGJ5ME6nKuCKbS3zGYYY= From: "dave.anglin at bell dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/94586] trigd_lib.inc:84:28: error: implicit declaration of function 'fmaf' Date: Thu, 16 Apr 2020 01:10:21 +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: dave.anglin at bell dot net 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: 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: Thu, 16 Apr 2020 01:10:22 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94586 --- Comment #18 from dave.anglin at bell dot net --- On 2020-04-15 2:14 p.m., sgk at troutmask dot apl.washington.edu wrote: > What does -fdump-tree-original show for > > function foo(x) > real(16) foo, x > foo =3D cos(x) > end function foo foo (real(kind=3D16) & restrict x) { =C2=A0 real(kind=3D16) __result_foo; =C2=A0 __result_foo =3D __builtin_cosl (*x); =C2=A0 return __result_foo; }=