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 rust/20110] New: wrong type for integer constant


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

            Bug ID: 20110
           Summary: wrong type for integer constant
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: rust
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

Something like "x 0x5555557e8cc0" will end up truncating the high
bits from the address when in Rust, because the lexer by default
uses i32 as the type of an integer.  It should instead use a wider
type when necessary.

-- 
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]