Commit 9a0ceb31 by Roger Sayle Committed by Roger Sayle

re PR middle-end/26236 (CHAR_TYPE is still referenced in c-tree.texi)


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

From-SVN: r111305
parent b2d7fd7b
2006-02-20 Roger Sayle <roger@eyesopen.com>
PR middle-end/26236
* doc/c-tree.texi (INTEGER_TYPE): Remove reference to the now
deprecated CHAR_TYPE tree code.
2006-02-20 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (target_list): Add install-info, dvi, html.
......
......@@ -429,9 +429,8 @@ Used to represent the @code{void} type.
@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 @code{TYPE_PRECISION} is the number of bits used in
is not used for enumeration types, nor for the @code{bool} type.
The @code{TYPE_PRECISION} is the number of bits used in
the representation, represented as an @code{unsigned int}. (Note that
in the general case this is not the same value as @code{TYPE_SIZE};
suppose that there were a 24-bit integer type, but that alignment
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment