From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 676603858C78; Wed, 15 Nov 2023 11:28:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 676603858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700047719; bh=FzEr0kxFL2HIHi296tF0uYZnrYPKVtd5w67PYutCU0A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OJOhDCQspdp3SNgqrUfV6klK/AIL+F2JPbXczZ5P42MqYXdSlAsNN+cAWXIKHkLQp KjkB81t4bEjI7scK7ciIhzC385ekcXLrARr7s7T6TtPKc00doLdY+xeYrkHWsl+ffQ PNI8bU9WsCPpKB7cYwyHlIj1eUFWu8c7a6HhBXk8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/112541] FAIL: 19_diagnostics/stacktrace/current.cc Date: Wed, 15 Nov 2023 11:28:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112541 --- Comment #1 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:cbd0fe22a5ced9751d2450dc4fd6fe3525c2fc02 commit r14-5484-gcbd0fe22a5ced9751d2450dc4fd6fe3525c2fc02 Author: Jonathan Wakely 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.=