https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125623
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by John David Anglin <[email protected]>: https://gcc.gnu.org/g:54b48d1a9217ee738fe559e7520ed5a8eb334be6 commit r17-2430-g54b48d1a9217ee738fe559e7520ed5a8eb334be6 Author: John David Anglin <[email protected]> Date: Wed Jul 15 18:45:44 2026 -0400 libgfortran: Implement c99 functions strnlen, frexpl and scalbnl Fixes libgfortran build and gfortran test failures on hppa64-hp-hpux11.11. These functions are required for minimal REAL16 support. The frexpl and scalbnl functions are derived from libquadmath implementations. 2026-06-10 John David Anglin <[email protected]> libgfortran/ChangeLog: PR libfortran/125623 * c99_protos.h: (strnlen, frexpl, scalbnl): Declare if HAVE_STRNLEN, HAVE_FREXPL, HAVE_SCALBNL aren't defined, respectively. * intrinsics/c99_functions.c (strnlen, frexpl, scalbnl): Implement. * libgfortran.h: Include string.h if HAVE_STRING_H.
