Bug 26236 - [4.2 Regression] CHAR_TYPE is still referenced in c-tree.texi
Summary: [4.2 Regression] CHAR_TYPE is still referenced in c-tree.texi
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords: documentation
Depends on:
Blocks:
 
Reported: 2006-02-12 19:15 UTC by Andrew Pinski
Modified: 2006-02-20 15:05 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2006-02-12 19:15:33 UTC
@item INTEGER_TYPE
Used to represent the various integral types, including @code{char},
@code{short}, @code{int}, @code{long}, and @code{long long}.  This code
is not used for enumeration types, nor for the @code{bool} type.  Note
that GCC's @code{CHAR_TYPE} node is @emph{not} used to represent
@code{char}. 

The sentence with CHAR_TYPE can be just deleted.
Comment 1 Andrew Pinski 2006-02-12 19:16:04 UTC
This is a regression as the documentation is no longer up todate.
Comment 2 Roger Sayle 2006-02-20 15:05:21 UTC
Subject: Bug 26236

Author: sayle
Date: Mon Feb 20 15:05:15 2006
New Revision: 111305

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111305
Log:

	PR middle-end/26236
	* doc/c-tree.texi (INTEGER_TYPE): Remove reference to the now
	deprecated CHAR_TYPE tree code.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/c-tree.texi

Comment 3 roger 2006-02-20 15:05:53 UTC
Fixed on mainline.