https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116247
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:3290826c190157cfa6ac1c12cce39ff746e5983a commit r15-2770-g3290826c190157cfa6ac1c12cce39ff746e5983a Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Aug 6 21:26:24 2024 +0100 libstdc++: Fix some undeclared uses of uintptr_t [PR116247] libstdc++-v3/ChangeLog: PR libstdc++/116247 * include/bits/fs_path.h: Use __UINTPTR_TYPE__ instead of uintptr_t. * include/bits/shared_ptr_atomic.h: Likewise. * include/ext/pointer.h: Include <stdint.h>.