public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug exp/16225] New: __int128_t types print strangely
@ 2013-11-25 15:38 tromey at redhat dot com
  0 siblings, 0 replies; only message in thread
From: tromey at redhat dot com @ 2013-11-25 15:38 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 16225
           Summary: __int128_t types print strangely
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: exp
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

Make a program that uses __int128_t, like:

__int128_t x = 7;

int main()
{
}

Now do "print x" in gdb.
I get:

(gdb) p x
$1 = 0x00000000000000000000000000000007

I think it should work like other integer types.

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-25 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-25 15:38 [Bug exp/16225] New: __int128_t types print strangely tromey at redhat dot com

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).