https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117822
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:b83a69906cafbe6b2164cc274f390afdd0f600f4 commit r13-9240-gb83a69906cafbe6b2164cc274f390afdd0f600f4 Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Nov 28 10:24:00 2024 +0000 libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822] libstdc++-v3/ChangeLog: PR libstdc++/117822 * include/std/stacktrace (stacktrace(stacktrace&&, const A&)): Fix typo in qualified-id for is_always_equal trait. * testsuite/19_diagnostics/stacktrace/stacktrace.cc: Test allocator-extended constructors and allocator propagation. (cherry picked from commit fe04901737112abb6b1a71fe645f727384dc986a)