From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20CD5385840F; Thu, 23 Feb 2023 19:40:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20CD5385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677181221; bh=dY5KRuyAr8vhj7+zbT6A2KfZy86GvfQmZeps+mkrxDM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tOhLJjjqwmmNb32/uxKQB878qcTY/h45ih/ojdSvjBYs+dnF7sQtzSsPqh+2QXay7 KE79N3VZm8nOjzIVZ10P8f2yI6DD9EaSNYwoPevD0T0YznV/bYamXnA2VAyhydEtaj r4Pq43p8WeQlQZ52X+CfpRGUvdSODKk5ILGLNvCg= From: "pedro at palves dot net" To: gdb-prs@sourceware.org Subject: [Bug exp/20991] __int128 type support Date: Thu, 23 Feb 2023 19:40:20 +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: pedro at palves dot net 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: cc 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 Pedro Alves changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro at palves dot net --- Comment #9 from Pedro Alves --- GMP has a surprising and unfortunate design choice that IMHO may make it undesirable for a fixed-width type -- it uses the heap for _every_ integer. This is last discussed in this thread: https://sourceware.org/pipermail/gdb/2022-October/050375.html --=20 You are receiving this mail because: You are on the CC list for the bug.=