https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94586
--- 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 = cos(x)
> end function foo
foo (real(kind=16) & restrict x)
{
real(kind=16) __result_foo;
__result_foo = __builtin_cosl (*x);
return __result_foo;
}
