]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/doc/tm.texi.in
tree.h (enum size_type_kind): Add stk_ prefix to constants, convert in lowercase.
[thirdparty/gcc.git] / gcc / doc / tm.texi.in
index c24cf1eb1be398b3b9584c9087cf66bda35911c6..a222654ac1fec92f943c7fd8e5d24acb00e27c10 100644 (file)
@@ -1630,6 +1630,18 @@ If you don't define this macro, the default is @code{"long unsigned
 int"}.
 @end defmac
 
+@defmac SIZETYPE
+GCC defines internal types (@code{sizetype}, @code{ssizetype},
+@code{bitsizetype} and @code{sbitsizetype}) for expressions
+dealing with size.  This macro is a C expression for a string describing
+the name of the data type from which the precision of @code{sizetype}
+is extracted.
+
+The string has the same restrictions as @code{SIZE_TYPE} string.
+
+If you don't define this macro, the default is @code{SIZE_TYPE}.
+@end defmac
+
 @defmac PTRDIFF_TYPE
 A C expression for a string describing the name of the data type to use
 for the result of subtracting two pointers.  The typedef name