From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9FFEE3858432; Mon, 13 May 2024 21:24:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FFEE3858432 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715635450; bh=GAxbjO1TiCR67VXbEKdhOl0ZlF5XCALIHDKb/NgJdfE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f3qWD2p6t23KQKlYqjyu+wKqoRYxHFFxKEwzTB7CQRtq09Z9KlVJ5eTRznB16COgl XvQxyQDq0bQ70e7u4M0EkZjZVvi5qv97lmLiMBsaNgckZmojyR5svpTADrsTCjj8Wg s5aOlGvTzA4wXY/xoeSA2Ioaz4Qs3660nM9faNCA= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug rust/31565] "info symbol 0xffffffffffffffff" fails in rust mode with "That operation is not available on integers of more than 8 bytes." Date: Mon, 13 May 2024 21:24:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: rust X-Bugzilla-Version: 14.1 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: tromey 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=3D31565 --- Comment #4 from Tom Tromey --- Using u64 is weird though, because then using '-' on some big number will give the wrong answer. Feeling a bit stuck but probably should go back to the old approach. Or maybe just use i64 here. --=20 You are receiving this mail because: You are on the CC list for the bug.=