public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug exp/30190] New: Allow 128-bit arithemetic on value
@ 2023-03-01 21:59 tromey at sourceware dot org
  2023-03-01 21:59 ` [Bug exp/30190] " tromey at sourceware dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-03-01 21:59 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30190

            Bug ID: 30190
           Summary: Allow 128-bit arithemetic on value
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: exp
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

struct value can easily hold 128-bit ints, but currently
no arithmetic can be done using these types.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug exp/30190] Allow 128-bit arithemetic on value
  2023-03-01 21:59 [Bug exp/30190] New: Allow 128-bit arithemetic on value tromey at sourceware dot org
@ 2023-03-01 21:59 ` tromey at sourceware dot org
  2023-03-01 22:26 ` tromey at sourceware dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-03-01 21:59 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30190

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |20991


Referenced Bugs:

https://sourceware.org/bugzilla/show_bug.cgi?id=20991
[Bug 20991] __int128 type support
-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug exp/30190] Allow 128-bit arithemetic on value
  2023-03-01 21:59 [Bug exp/30190] New: Allow 128-bit arithemetic on value tromey at sourceware dot org
  2023-03-01 21:59 ` [Bug exp/30190] " tromey at sourceware dot org
@ 2023-03-01 22:26 ` tromey at sourceware dot org
  2023-03-09 18:06 ` tromey at sourceware dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-03-01 22:26 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30190

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I have a series that fixes this one.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug exp/30190] Allow 128-bit arithemetic on value
  2023-03-01 21:59 [Bug exp/30190] New: Allow 128-bit arithemetic on value tromey at sourceware dot org
  2023-03-01 21:59 ` [Bug exp/30190] " tromey at sourceware dot org
  2023-03-01 22:26 ` tromey at sourceware dot org
@ 2023-03-09 18:06 ` tromey at sourceware dot org
  2023-03-27 14:26 ` cvs-commit at gcc dot gnu.org
  2023-03-27 14:26 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-03-09 18:06 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30190

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
https://sourceware.org/pipermail/gdb-patches/2023-March/197632.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug exp/30190] Allow 128-bit arithemetic on value
  2023-03-01 21:59 [Bug exp/30190] New: Allow 128-bit arithemetic on value tromey at sourceware dot org
                   ` (2 preceding siblings ...)
  2023-03-09 18:06 ` tromey at sourceware dot org
@ 2023-03-27 14:26 ` cvs-commit at gcc dot gnu.org
  2023-03-27 14:26 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-03-27 14:26 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30190

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=303a881f8789733248f27af0c872d356a34be009

commit 303a881f8789733248f27af0c872d356a34be009
Author: Tom Tromey <tromey@adacore.com>
Date:   Wed Mar 1 15:13:21 2023 -0700

    Use gdb_gmp for scalar arithmetic

    This changes gdb to use scalar arithmetic for expression evaluation.

    I suspect this patch is not truly complete, as there may be code paths
    that still don't correctly handle 128-bit integers.  However, many
    things do work now.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30190

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug exp/30190] Allow 128-bit arithemetic on value
  2023-03-01 21:59 [Bug exp/30190] New: Allow 128-bit arithemetic on value tromey at sourceware dot org
                   ` (3 preceding siblings ...)
  2023-03-27 14:26 ` cvs-commit at gcc dot gnu.org
@ 2023-03-27 14:26 ` tromey at sourceware dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2023-03-27 14:26 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=30190

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |14.1
             Status|NEW                         |RESOLVED

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-27 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 21:59 [Bug exp/30190] New: Allow 128-bit arithemetic on value tromey at sourceware dot org
2023-03-01 21:59 ` [Bug exp/30190] " tromey at sourceware dot org
2023-03-01 22:26 ` tromey at sourceware dot org
2023-03-09 18:06 ` tromey at sourceware dot org
2023-03-27 14:26 ` cvs-commit at gcc dot gnu.org
2023-03-27 14:26 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).