From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C4113857005; Mon, 1 May 2023 16:17:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C4113857005 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682957820; bh=GuRnlufdNb4bu72gUQ03bTYiELXvhRdrayxk+rP1daA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VXKy8TdHJJy6MTJcBbrX6mBBDgvuq/PFL3oTKZpQu3LVHPGN3PzPtVLUJEg8M6hDk 27uVhOOZLptbBcJwuB0nrNRfgm45FP47vEhBMy2B3P5QTveiB6ZpLLTLWCt1Evnfuo CbhwqRPY/pGVZA/0h7IPj2hAu60wBi9GSeQXBQ6A= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug rust/30410] bug in rust analyzer Date: Mon, 01 May 2023 16:17:00 +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: --- 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=3D30410 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D87c84f07a0a1= b7e12b6a0c9b21cc0e021e460786 commit 87c84f07a0a1b7e12b6a0c9b21cc0e021e460786 Author: Tom Tromey Date: Mon May 1 10:10:29 2023 -0600 Fix crash in Rust expression parser A user found that an array expression with just a single value (like "[23]") caused the Rust expression parser to crash. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30410 --=20 You are receiving this mail because: You are on the CC list for the bug.=