[Ada] GNAT RM: Update documentation on No_Exceptions restriction
authorArnaud Charlet <charlet@adacore.com>
Mon, 8 Jul 2019 08:14:55 +0000 (08:14 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 8 Jul 2019 08:14:55 +0000 (08:14 +0000)
2019-07-08  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

* doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
Update documentation on No_Exceptions restriction.
* gnat_rm.texi: Regenerate.

From-SVN: r273224

gcc/ada/ChangeLog
gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst
gcc/ada/gnat_rm.texi

index 672ac82b9fff22bcabb7ee64cb830fe55547b691..af36d68052df21ee0e8195aab1bfe224be9e8305 100644 (file)
@@ -1,3 +1,9 @@
+2019-07-08  Arnaud Charlet  <charlet@adacore.com>
+
+       * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
+       Update documentation on No_Exceptions restriction.
+       * gnat_rm.texi: Regenerate.
+
 2019-07-08  Dmitriy Anisimkov  <anisimko@adacore.com>
 
        * libgnat/s-os_lib.adb: Do not call __gnat_kill for Invalid_Pid.
index cfa6356ec8616c9ca0b66ef1c1a7910f5d7a37bd..56dd6a7ab753f5ec736c0767eb3cce5c5eec62e8 100644 (file)
@@ -356,7 +356,9 @@ No_Exceptions
 .. index:: No_Exceptions
 
 [RM H.4] This restriction ensures at compile time that there are no
-raise statements and no exception handlers.
+raise statements and no exception handlers and also suppresses the
+generation of language-defined run-time checks.
+
 
 No_Finalization
 ---------------
index b540e7bdd5dec77530f2913bb286101bd30ec1ee..91ac52312b17365eaa4efdc6f73adbf44f2f2493 100644 (file)
@@ -12507,7 +12507,8 @@ of exceptions when they are declared.
 @geindex No_Exceptions
 
 [RM H.4] This restriction ensures at compile time that there are no
-raise statements and no exception handlers.
+raise statements and no exception handlers and also suppresses the
+generation of language-defined run-time checks.
 
 @node No_Finalization,No_Fixed_Point,No_Exceptions,Partition-Wide Restrictions
 @anchor{gnat_rm/standard_and_implementation_defined_restrictions no-finalization}@anchor{1d2}