aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/doc
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2020-04-21 13:13:02 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-18 05:08:14 -0400
commit6ba3247dc757bfe0b9806cdb2fa53ecc66cacdb4 (patch)
treed36e2d12c1d55ae25c7f46645b28ba9fd328e55d /gcc/ada/doc
parent01264f72d9c90212dc62681f4fd6cbd16f78263d (diff)
downloadgcc-6ba3247dc757bfe0b9806cdb2fa53ecc66cacdb4.zip
gcc-6ba3247dc757bfe0b9806cdb2fa53ecc66cacdb4.tar.gz
gcc-6ba3247dc757bfe0b9806cdb2fa53ecc66cacdb4.tar.bz2
[Ada] List aspect Relaxed_Initialization in GNAT RM
2020-06-18 Piotr Trojanek <trojanek@adacore.com> gcc/ada/ * doc/gnat_rm/implementation_defined_aspects.rst (Relaxed_Initialization): New implementation-defined aspect. * doc/gnat_rm/implementation_defined_attributes.rst (Initialized): New implementation-defined attribute. * gnat_rm.texi: Regenerate.
Diffstat (limited to 'gcc/ada/doc')
-rw-r--r--gcc/ada/doc/gnat_rm/implementation_defined_aspects.rst7
-rw-r--r--gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst8
2 files changed, 14 insertions, 1 deletions
diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_aspects.rst b/gcc/ada/doc/gnat_rm/implementation_defined_aspects.rst
index 89f6718..736710d 100644
--- a/gcc/ada/doc/gnat_rm/implementation_defined_aspects.rst
+++ b/gcc/ada/doc/gnat_rm/implementation_defined_aspects.rst
@@ -464,6 +464,13 @@ Aspect Refined_State
This aspect is equivalent to :ref:`pragma Refined_State<Pragma-Refined_State>`.
+Aspect Relaxed_Initialization
+=============================
+.. index:: Refined_Initialization
+
+For the syntax and semantics of this aspect, see the SPARK 2014 Reference
+Manual, section 6.10.
+
Aspect Remote_Access_Type
=========================
.. index:: Remote_Access_Type
diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst b/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst
index cfde81e..967e9d9 100644
--- a/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst
+++ b/gcc/ada/doc/gnat_rm/implementation_defined_attributes.rst
@@ -511,6 +511,13 @@ that returns the appropriate string when called. This means that
``X'Img`` can be renamed as a function-returning-string, or used
in an instantiation as a function parameter.
+Attribute Initialized
+=====================
+.. index:: Initialized
+
+For the syntax and semantics of this attribute, see the SPARK 2014 Reference
+Manual, section 6.10.
+
Attribute Integer_Value
=======================
.. index:: Integer_Value
@@ -1616,4 +1623,3 @@ Attribute Word_Size
``Standard'Word_Size`` (``Standard`` is the only permissible
prefix) provides the value ``System.Word_Size``. The result is
a static constant.
-