From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B621E385841C; Fri, 24 Nov 2023 16:37:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B621E385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700843839; bh=OkDV441pmNstDZRHZBzDYW2BzYMr4ZErehb6ZOn/u+8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d9gDoglcukLf6D/1BvxmroMRXgL+jvUh9SETEd0pryOunsPvHjw+7I6SXmamx/9bK zZAW3HZYIzrTVnaqxjdrwKRkiSHhY6aVQw5BdPqcuHlb7s1exLH8FzTOLPEOvGqdMk UiS+5cOM/mWaZNwZbH/6Ht1v0Cj5e2lxSlw/dfds= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug rust/31082] rust-parse infers `0xffffffd00000009a` and other addresses as i128, preventing `as *mut _` coercions in `print` Date: Fri, 24 Nov 2023 16:37:19 +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: 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: bug_status cf_reconfirmed_on cc everconfirmed 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=3D31082 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2023-11-24 CC| |tromey at sourceware dot o= rg Ever confirmed|0 |1 --- Comment #1 from Tom Tromey --- FWIW you can reproduce it without a program at all, just "set lang rust". I tend to think value_cast can be fixed instead. This bug probably affects any language that can create a 128-bit integer. --=20 You are receiving this mail because: You are on the CC list for the bug.=