From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 18B063858D20; Thu, 10 Aug 2023 08:49:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 18B063858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691657391; bh=ZwqCiQ1gDapJvKNrh/5O0tf9Qh5HIYRJ1qF2/Qh7LjA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZNYYM1Rk84OOinOP2oBkbASoHdQiNJR5Opjtqi/tmw8IL5I4JaDqs0dLo7Ra5yEPy RnzJICHuY7h7236HMoCiZOgOcPH/Kjid11U3hjQSR/HuJWKMPUeOntIJslH9mgZrod cKlufcT1YgX+4FFfQQPMI3BZUCAWvdYSmfGV1ZWg= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/30728] [gdb/symtab, cc-with-dwz] FAIL: gdb.cp/breakpoint-locs.exp: break N1::C1::baz Date: Thu, 10 Aug 2023 08:49:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30728 --- Comment #11 from Tom de Vries --- Created attachment 15052 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15052&action=3Ded= it WIP patch This WIP patch fixes the test-case. It moves m_deferred_entries and m_die_range_map into cooked_index_shard, and handles the deferred entries sequentially in a loop after the parallel_for_= each creating the shards. That loop itself should still be wrapped in a "while (changed)", but that wasn't necessary for this particular test-case. It defers too many entries, but that's a performance problem, I first wante= d to make a simple implementation that can demonstrate that it fixes the problem. --=20 You are receiving this mail because: You are on the CC list for the bug.=