Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-15326

High pointer values displayed as a negative hex number

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 3.6.0-rc1
    • Qt Creator 3.6.0-rc1
    • Debugger
    • None

      Compile the following application with a 64-bit toolchain.

      int main()
      {
          void *foo = (void*)0xffffffffffffffaaULL;
          return 0; // break
      }

      The L&E pane shows foo as 0x-56.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hjk hjk
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes