From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C842B385C6E8; Tue, 2 Apr 2024 17:44:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C842B385C6E8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712079872; bh=c0kkU/DKwJ11Ce1MslR06mytA+mFvL0SYX7HLnzUbHc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y22a9gIy5/hH87T6mqQT5qnExRjJV1smAU9Anm0awsHRRMFxjR61Cvkc4aeHcM/8N Ggi0X3oaTrXIYjmg6ydvip/lbHoH0mgpcA5pgifdB7gNBwp0c7uSXQsWS3QaOHUqE+ K30Z1vzVcUsVN6ZWkTaYsWQJZUlCx/9DLfJzJ+/0= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug rust/31517] [15 Regression] Rust upstream GDB tests regressions with GDB 15 Date: Tue, 02 Apr 2024 17:44:28 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 15.1 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=3D31517 --- Comment #8 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D251cedaeb57f= e1e0fd28798f476fbee75373bbf4 commit 251cedaeb57fe1e0fd28798f476fbee75373bbf4 Author: Tom Tromey Date: Thu Mar 7 12:57:07 2024 -0700 Print type name when printing Rust slice The recent change to how unsized Rust values are printed included a small regression from past behavior. Previously, a slice's type would be printed, like: (gdb) print slice $80 =3D &[i32] [3] The patch changed this to just (gdb) print slice $80 =3D [3] This patch restores the previous behavior. Reviewed-By: Simon Marchi Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30330 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31517 --=20 You are receiving this mail because: You are on the CC list for the bug.=