From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 97E783858C78; Fri, 3 Nov 2023 09:55:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 97E783858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699005311; bh=tlOD8sk3upYhvPz/vk7rwK522zFZGWXcJJ02YHkJlgU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wHGWJdRKTKPJIf7nNjrASzlGlvCZmkCA1UO6oysb2up5o3UtmNpyFHepz5QMeICkJ 9AokGuVmsgf+ks5ZkFDCAgjaY1asMDNOjeemYkNHO+PoeqGgGsS0ZawtVBRRZrsnD9 gmfXLgVHo6Nbvrd2/NRNbZMEqqL9YQw+q//SwPWM= From: "vincenzo.innocente at cern dot ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug libbacktrace/112263] [C++23] std::stacktrace does not identify symbols in shared library Date: Fri, 03 Nov 2023 09:55:05 +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: vincenzo.innocente at cern dot ch X-Bugzilla-Status: UNCONFIRMED 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=3D112263 --- Comment #8 from vincenzo Innocente = --- Thanks Ian for the patch. For testing I will need the full git diff (including the makefile itself as= my=20 autoconf is not compatible with gcc14). Backports down to gcc12 will be appreciated. Could you please notify here when the patch enters the various main branche= s?=