https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125890
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nathan Myers <[email protected]>: https://gcc.gnu.org/g:372ff3c0613e11b9fdeaaaa49bc3a40bda8e224b commit r17-1770-g372ff3c0613e11b9fdeaaaa49bc3a40bda8e224b Author: Nathan Myers <[email protected]> Date: Mon Jun 22 19:03:31 2026 -0400 libstdc: check pmr traits allocate_at_least (P0401) [PR125890] Add check that the specialization of std::allocator_traits on pmr::polymorphic_allocator<T> defines allocate_at_least. libstdc++-v3/Changelog: PR libstdc++/125890 * testsuite/20_util/polymorphic_allocator/at_least.cc: New test.
