public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug exp/14857] New: quadruple precision variables do not display
@ 2012-11-20  0:37 msustik at gmail dot com
  2012-11-21  0:31 ` [Bug exp/14857] " msustik at gmail dot com
  2020-04-09 16:05 ` ssbssa at sourceware dot org
  0 siblings, 2 replies; 3+ messages in thread
From: msustik at gmail dot com @ 2012-11-20  0:37 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14857

             Bug #: 14857
           Summary: quadruple precision variables do not display
           Product: gdb
           Version: 7.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: exp
        AssignedTo: unassigned@sourceware.org
        ReportedBy: msustik@gmail.com
    Classification: Unclassified


Quadruple precision numbers (see libquadmath) like __float128 are not displayed
properly by gdb.

#include "quadmath.h"

int main ()
{
    __float128 x = 4.0q;
    return 0;
}

Breakpoint 1, main () at a.c:6
6           return 0;
(gdb) p x
$1 = 0

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug exp/14857] quadruple precision variables do not display
  2012-11-20  0:37 [Bug exp/14857] New: quadruple precision variables do not display msustik at gmail dot com
@ 2012-11-21  0:31 ` msustik at gmail dot com
  2020-04-09 16:05 ` ssbssa at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: msustik at gmail dot com @ 2012-11-21  0:31 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14857

msustik at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msustik at gmail dot com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug exp/14857] quadruple precision variables do not display
  2012-11-20  0:37 [Bug exp/14857] New: quadruple precision variables do not display msustik at gmail dot com
  2012-11-21  0:31 ` [Bug exp/14857] " msustik at gmail dot com
@ 2020-04-09 16:05 ` ssbssa at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: ssbssa at sourceware dot org @ 2020-04-09 16:05 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |8.0
                 CC|                            |ssbssa at sourceware dot org

--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
__float128 support is available since gdb 8.0, with this commit:
https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=00d5215ecec4fa0a78dcc37fec9425593753eb66

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

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

end of thread, other threads:[~2020-04-09 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-20  0:37 [Bug exp/14857] New: quadruple precision variables do not display msustik at gmail dot com
2012-11-21  0:31 ` [Bug exp/14857] " msustik at gmail dot com
2020-04-09 16:05 ` ssbssa 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).