From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 429853858D33; Fri, 31 Mar 2023 18:00:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 429853858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680285612; bh=uJOuQ3vCBsKCMkuJ97MSwTeZUr9fn3Ba6mAtW8nwgIM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Mqv+UvF0ayxnt2e26d7ePByVE8PCtNe+magXeObRVt8GVUV1CuOuzwxPhPyUyeOLb h6Q4thbIzet4lYfBOqHBVbHR1gXDg3oinN1TW56d3vT9ewHg3PqHXtyU6m5l6Voc7Z ztL9AUn5k8oIPHhgbsIAaWHF7BgnvWuinU9GHd4Y= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug exp/30271] Addresses of static thread_local fields are badly calculated sometimes Date: Fri, 31 Mar 2023 18:00:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: exp X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot 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: 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=3D30271 --- Comment #6 from Tom Tromey --- I found out that deferred_entry::spec_offset is set but not used... ugh. Changing the defer code to use this makes the test work. So I guess maybe the deferral stuff was all working by accident somehow? What a mess. --=20 You are receiving this mail because: You are on the CC list for the bug.=