https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126305
Harald Anlauf <anlauf at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|anlauf at gmx dot de |anlauf at gcc dot
gnu.org
--- Comment #1 from Harald Anlauf <anlauf at gcc dot gnu.org> ---
Can you test this?
program test
real(16) :: x = 1
print *, atand(x)
end
The tree-dump on x86 contains:
D.4701 = atanf128 (x) *
5.72957795130823208767981548141051722660080813268252612005e+1;
What does hpux do?