------- Comment #1 from burnus at gcc dot gnu dot org  2009-06-08 19:02 -------
As this is my texi cleanup bug: Dump the following in order to not forget it.

Index: intrinsic.texi
===================================================================
--- intrinsic.texi      (Revision 148274)
+++ intrinsic.texi
@@ -11241,6 +11241,11 @@
 Identifies the preconnected unit identified by the asterisk
 (@code{*}) in @code{READ} statement.

+...@item @code{INT8}, @code{INT16}, @code{INT32}, @code{INT64}
+Kind type parameters to specify an INTEGER type with a storage
+size of 16, 32, and 64 bits. It is negative if a target platform
+does not support the particular kind.
+
 @item @code{IOSTAT_END}:
 The value assigned to the variable passed to the IOSTAT= specifier of
 an input/output statement if an end-of-file condition occurred.
@@ -11255,8 +11260,15 @@
 @item @code{OUTPUT_UNIT}:
 Identifies the preconnected unit identified by the asterisk
 (@code{*}) in @code{WRITE} statement.
+
+...@item @code{REAL32}, @code{REAL64}, @code{REAL128}
+Kind type parameters to specify an INTEGER type with a storage
+size of 32, 64, and 128 bits. It is negative if a target platform
+does not support the particular kind.
 @end table

+
+
 @node ISO_C_BINDING
 @section @code{ISO_C_BINDING}
 @table @asis


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40377

Reply via email to