From 01d903f487e78dca5609208e9bf35033fe22e2fe Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 3 May 1999 12:15:40 +0000 Subject: [PATCH] * gxxint.texi: Add documentation for 'I'. From-SVN: r26744 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/gxxint.texi | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f21d2b128ab..2caad4ec756 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1999-05-03 Jim Blandy + + * gxxint.texi: Add documentation for 'I'. + 1999-05-02 Martin von Löwis * tinfo.cc (operator==): Qualify type_info with std::. diff --git a/gcc/cp/gxxint.texi b/gcc/cp/gxxint.texi index 2f379052877..c63b672959b 100644 --- a/gcc/cp/gxxint.texi +++ b/gcc/cp/gxxint.texi @@ -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. -- 2.30.2