| Summary: | allow 128-bit types in properties | ||
|---|---|---|---|
| Product: | gdb | Reporter: | Tom Tromey <tromey> |
| Component: | symtab | Assignee: | Not yet assigned to anyone <unassigned> |
| Status: | NEW --- | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HEAD | ||
| Target Milestone: | --- | ||
| See Also: |
https://sourceware.org/bugzilla/show_bug.cgi?id=28127 https://sourceware.org/bugzilla/show_bug.cgi?id=33123 |
||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 20991 | ||
|
Description
Tom Tromey
2023-03-01 22:01:03 UTC
This probably should also handle the bias of a range type. This came up here: https://github.com/rust-lang/rust/pull/102717 ... in the context of rust C-like enums with 128 bit values. |