https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125112
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-16 branch has been updated by Jonathan Wakely <[email protected]>: https://gcc.gnu.org/g:b52db041d2beaf11f31339be36305fc9abcf20e7 commit r16-8843-gb52db041d2beaf11f31339be36305fc9abcf20e7 Author: Felix Morgner <[email protected]> Date: Thu Apr 30 17:24:07 2026 +0100 libstdc++: Add <bits/binders.h> to freestanding headers [PR125112] The <ranges> header was added to the freestanding headers in r16-3575-g1a41e52d7ecb58 but bits/binders.h that it depends on was not moved, making <ranges> unusable with --disable-libstdcxx-hosted. libstdc++-v3/ChangeLog: PR libstdc++/125112 * include/Makefile.am: Move bits/binders.h from bits_headers to bits_freestanding. * include/Makefile.in: (cherry picked from commit d4ca6c0d87626c0e065525a87ea278bedfceb68d)
