diff options
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 1c73eed..2981d78 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -21,7 +21,7 @@ @copying @quotation -GNAT User's Guide for Native Platforms , Nov 19, 2020 +GNAT User's Guide for Native Platforms , Nov 20, 2020 AdaCore @@ -15919,6 +15919,9 @@ Exclude source files (check object consistency only). Use the target-independent XDR protocol for stream oriented attributes instead of the default implementation which is based on direct binary representations and is therefore target-and endianness-dependent. +However it does not support 128-bit integer types and the exception +@code{Ada.IO_Exceptions.Device_Error} is raised if any attempt is made +at streaming 128-bit integer types with it. @geindex -Xnnn (gnatbind) |