* gxxint.texi: Add documentation for 'I'.
authorJim Blandy <jimb@zwingli.cygnus.com>
Mon, 3 May 1999 12:15:40 +0000 (12:15 +0000)
committerJim Blandy <jimb@gcc.gnu.org>
Mon, 3 May 1999 12:15:40 +0000 (12:15 +0000)
From-SVN: r26744

gcc/cp/ChangeLog
gcc/cp/gxxint.texi

index f21d2b128ab9731c395b1308869b0b880e4f3041..2caad4ec75611617c0ce797b6a4edcfcfd991382 100644 (file)
@@ -1,3 +1,7 @@
+1999-05-03  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * gxxint.texi: Add documentation for 'I'.
+
 1999-05-02  Martin von Löwis  <loewis@informatik.hu-berlin.de>
 
        * tinfo.cc (operator==): Qualify type_info with std::.
index 2f3790528777f64bed8568a74dad3977184b0840..c63b672959b92eff8b6b0c976990c4cbbb567450 100644 (file)
@@ -1747,6 +1747,14 @@ Used to indicate a template function.
 @item i
 Encodes the C++ and Java @code{int} types.
 
+@item I
+Encodes typedef names of the form @code{int@var{n}_t, where @var{n} is a
+positive decimal number.  The @samp{I} is followed by either two
+hexidecimal digits, which encode the value of @var{n}, or by an
+arbitrary number of hexidecimal digits between underscores.  For
+example, @samp{I40} encodes the type @code{int64_t}, and @samp{I_200_}
+encodes the type @code{int512_t}.
+
 @item J
 Indicates a complex type.