From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A5153858425; Mon, 17 Apr 2023 17:03:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A5153858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681751028; bh=qog8uchj8CA9OEdE50Iu4IX75htztpzcH754dKWXG1Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qaq+QwAqQQV3wAPD6XT136ENOsoi7b3NmU60DzyuKMwgXnlu5QYAED9FGpR72KOev hdPgRUXdrGVsTttNSsWLfJ3bbMVlbHPwyYnQfCs07DizPgbHOwmyGkHYNWejgbUZmf CwrrNLMmMRflQn/HLuzKx5GypOJZDVTNQAtlB4XU= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug rust/21185] add i128 and u128 support to rust lexer and parser Date: Mon, 17 Apr 2023 17:03:47 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: REOPENED 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=3D21185 --- Comment #17 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=3Dd760ae22b964= 995234e14e090ba179311382b90d commit d760ae22b964995234e14e090ba179311382b90d Author: Tom Tromey Date: Mon Mar 27 13:05:03 2023 -0600 Add 128-bit integer support to the Rust parser This adds support for 128-bit integers to the Rust parser. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D21185 --=20 You are receiving this mail because: You are on the CC list for the bug.=