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.
