https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93727

--- Comment #59 from dave.anglin at bell dot net ---
On 2026-07-18 2:19 p.m., jvdelisle at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93727
> 
> --- Comment #58 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
> Created attachment 65084
>   --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=65084&action=edit
> Rough patch to test on HPUX
> 
> Dave, this is a rough patch that regression tests OK here. What this does is
> handle the hexidecimal digits parsing independent of what the system provided
> functions do.
> 
> I am using scalbnl in there. I am not sure what HPUX has or does not have. 
> Please test this for me. It might save some overhead on most systems to tuck
> all of the behind __hpux__ or similar.  I do not know what other systems there
> are that may also have similar problems.

Will do.  I added scalbnl implementation from libquadmath, so hopefully it
works okay.

I'm working on updating long double support in c99_functions.c.

Reply via email to