From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 633CB3857C45; Fri, 24 Feb 2023 16:13:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 633CB3857C45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677255230; bh=slvh/zc7CJ6K1tgmMVpnEdfJMfzUsO/G70guEOBJF8Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Wzp615KYMnoubMUKO8O5KReS/p/kO3AaWYZWHOVgxjORA3T998mceagy7qunXc6rr nErL4UUXgK8N32GU8zhEhAEZ8kNvu0VPWsJTsE4pPg1owwSqFZxHBui/9eQFKpe/JF 8pDNiiIJ+PJykmnUuz9JVdxQoTyjO5Vt94hTVC7o= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug exp/20991] __int128 type support Date: Fri, 24 Feb 2023 16:13:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: exp 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: 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=3D20991 --- Comment #14 from Tom Tromey --- > Yeah. I suppose gcc's is nicer this way, you can specify the > precision. It occurs to me, though, that not many things in gdb are using "chained" expressions. Normally we'd unpack a value to a GMP, operate on it, then put it back into a value. So, frequently, we wouldn't actually have to worry about the size of intermediates --=20 You are receiving this mail because: You are on the CC list for the bug.=