From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D08223858C5E; Sat, 4 Nov 2023 05:56:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D08223858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699077377; bh=/d/GB85ou8+I9d9v/+HHPzBtffUGGxoDwBJpdwAgXfw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SCMQPz8v458o56wiUsrj++wdjTBTl1tNYWBd0F7hwLaacLHanA1pAaYV0Ol4W4Y0C bAaOFBj3/jx5m5koj8YTII7RkSWZ9c2S+YKeb1pGExtO3Lu61ImKAp3Ho2ATWqHCNH fNBGM8Ro/c8Izr5M3zVZ/eZPjOJ2zrPUf5zNpiP4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libbacktrace/112263] [C++23] std::stacktrace does not identify symbols in shared library Date: Sat, 04 Nov 2023 05:56:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libbacktrace X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: cf_reconfirmed_on bug_status everconfirmed 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=3D112263 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-11-04 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #10 from Andrew Pinski --- I think we can mark this as confirmed since there is a patch submitted and = the duplicated bug confirmed that patch fixes the issue.=