From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7EB0438469BD; Tue, 6 Dec 2022 14:43:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7EB0438469BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670337783; bh=3p/9HKgkslOgIKSyJFuyjwEr35Om133B1SeN91KyU/c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IJ6Q9hwvPnXET5R/9oKsjwPvfk8ya6v/jkfBHhIjrdbgZoxLO3zrRnIjzOKTCLlxh S8G31tqZbSAbzugNGIdK/iTnnkYy0I0FxzgAXjAqtdMw+nNoju/7zkm3rt1pa+t7z7 7YTPgtUQoDH1ofKPAmv8p6chNnjgjVIOjPpgHnT4= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug rust/29859] Printing rust expressions with simple arithmetic gets wrong result Date: Tue, 06 Dec 2022 14:43:03 +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: 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=3D29859 --- 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=3De03698c1227b= c18835cc2e4a9146a8369635e119 commit e03698c1227bc18835cc2e4a9146a8369635e119 Author: Tom Tromey Date: Tue Dec 6 07:41:52 2022 -0700 Fix operator precedence bug in Rust parser PR rust/29859 points out an operator precedence bug in the Rust parser. This patch fixes it and adds a regression test. --=20 You are receiving this mail because: You are on the CC list for the bug.=