Bug 30189 - add 128-bit integer support to C lexer and parser
Summary: add 128-bit integer support to C lexer and parser
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: c++ (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 20991
  Show dependency treegraph
 
Reported: 2023-03-01 21:57 UTC by Tom Tromey
Modified: 2023-03-01 21:57 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2023-03-01 21:57:41 UTC
Add support for 128-bit ints to the C/C++ parser and lexer.
Some built-in types may need to be added as well.
(Also see bug #19423 for a C++ overloading bug.)