http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015

--- Comment #4 from dave.anglin at bell dot net ---
On 9/21/2013 11:13 AM, dominiq at lps dot ens.fr wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015
>
> --- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Is this PR different from pr58113 beside the missing nextafterl on
> hppa64-hp-hpux11.11?
I hacked c99_functions.c to provide nextafterl using nextafterq from 
libquadmath.  With
this, I see the bug in pr58113.

Regarding nextafterl, I'm thinking about an include hack to math.h for 
hppa*-*-hpux11*.
On all HP-UX systems, the "l" and "q" long double and quad math 
functions are equivalent.

Dave

Reply via email to