https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124286
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jerry DeLisle <[email protected]>: https://gcc.gnu.org/g:e13b14030a300b3c94895e2c1d922c70ba3a271f commit r16-7829-ge13b14030a300b3c94895e2c1d922c70ba3a271f Author: Jerry DeLisle <[email protected]> Date: Sat Feb 28 17:30:41 2026 -0800 Fortran: Fix libfortran cannot be cross compiled [PR124286] Remove unneeded check for a sane CLZL and regenerate using the correct version of autoconf. PR fortran/124286 libgfortran/ChangeLog: * acinclude.m4: Remove LIBGFOR_CHECK_SANE_BUILTIN_CLZL. * caf/shmem/allocator.c (next_power_of_two): Use known sane builtin. * configure: Regenerate. * configure.ac: Remove use of LIBGFOR_CHECK_SANE_BUILTIN_CLZL.
