This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/16377] New: -2147483648 -> 2147483648


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

            Bug ID: 16377
           Summary: -2147483648 -> 2147483648
           Product: gdb
           Version: 7.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: ericjvandervelden at gmail dot com

(gdb) p -2147483648
$51 = 2147483648

(gdb) pt -2147483648
type = unsigned int

Should be int. -2147483648 is een int.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]