http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015
--- Comment #7 from dave.anglin at bell dot net --- On 13-Dec-13, at 5:08 PM, ebotcazou at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015 > > --- Comment #6 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > Why not just adapt the existing implementation of nextafterf to long > double? This requires frexpl and scalbnl which also don't currently exist. They have further dependencies. What did work was a simple routine to call nextafterq in libquadmath. Quad and long double are equivalent on hppa. Then I thought I should create a long double port of libquadmath and integrate it into libgcc on hppa. However, I haven't had time to complete this approach but it would provide a complete set of c99 long double functions. Dave -- John David Anglin dave.ang...@bell.net