Bug 13368 - why does c-exp.y:{typebase,ident_tokens} not mention "float"?
Summary: why does c-exp.y:{typebase,ident_tokens} not mention "float"?
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: c++ (show other bugs)
Version: HEAD
: P2 minor
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 19:42 UTC by dje
Modified: 2020-03-07 14:51 UTC (History)
2 users (show)

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 dje 2011-10-31 19:42:49 UTC
If it's missing on purpose, should add a comment explaining why.
Comment 1 Tom Tromey 2011-11-10 19:45:27 UTC
Also char, and, for C++, bool.
Comment 2 Sourceware Commits 2018-12-24 17:27:45 UTC
The master branch has been updated by Andrew Burgess <aburgess@sourceware.org>:

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

commit b6c95c0cc5bd60e2de86d611120bf6191f99860a
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date:   Mon Dec 17 11:21:08 2018 +0000

    gdb: Extend the comments in c-exp.y
    
    In an attempt to fix PR gdb/13368 this commit adds some comments to
    c-exp.y which hopefully makes the type parsing code a little clearer.
    There are no code changes here, so there should be no user visible
    changes after this commit.
    
    gdb/ChangeLog:
    
    	PR gdb/13368
    	* c-exp.y (typebase): Extend the comment.
    	(ident_tokens): Likewise.
Comment 3 Tom Tromey 2020-03-07 14:51:18 UTC
I think the comment change adequately explained this.