https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112541

--- Comment #1 from CVS 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:cbd0fe22a5ced9751d2450dc4fd6fe3525c2fc02

commit r14-5484-gcbd0fe22a5ced9751d2450dc4fd6fe3525c2fc02
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.

Reply via email to