https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112541
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:c665769c90f6e3844e6aad7b183480dfe2e7d8cc commit r12-9981-gc665769c90f6e3844e6aad7b183480dfe2e7d8cc Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Nov 15 09:17:49 2023 +0000 libstdc++: std::stacktrace tweaks Fix a typo in a string literal and make the new hash.cc test gracefully handle missing stacktrace data (see PR 112541). libstdc++-v3/ChangeLog: * include/std/stacktrace (basic_stacktrace::at): Fix class name in exception message. * testsuite/19_diagnostics/stacktrace/hash.cc: Do not fail if current() returns a non-empty stacktrace. (cherry picked from commit cbd0fe22a5ced9751d2450dc4fd6fe3525c2fc02)