Bug 30188 - add 128-bit integer support to Ada lexer and parser
Summary: add 128-bit integer support to Ada lexer and parser
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: ada (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: 14.1
Assignee: Tom Tromey
URL:
Keywords:
Depends on:
Blocks: 20991
  Show dependency treegraph
 
Reported: 2023-03-01 21:56 UTC by Tom Tromey
Modified: 2023-04-17 17:05 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


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:56:34 UTC
GNAT supports 128-bit integers as the Long_Long_Long_Integer type.
This bug is for adding support for these to the Ada lexer and parser.
Comment 1 Tom Tromey 2023-03-27 20:29:03 UTC
Working on a patch.
Comment 3 Sourceware Commits 2023-04-17 17:04:02 UTC
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e49831ba4340688d7685a52099db09d12177945b

commit e49831ba4340688d7685a52099db09d12177945b
Author: Tom Tromey <tromey@adacore.com>
Date:   Mon Mar 27 14:26:53 2023 -0600

    Add 128-bit integer support to the Ada parser
    
    This adds support for 128-bit integers to the Ada parser.
    
    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30188
Comment 4 Tom Tromey 2023-04-17 17:05:55 UTC
Fixed.