2020-06-08 Arnaud Charlet <charlet@adacore.com>
gcc/ada/
* doc/gnat_rm/implementation_defined_attributes.rst:
Enum_Rep/Enum_Val are standard Ada 202x attributes.
* gnat_rm.texi: Regenerate.
.. index:: Enum_Rep
+Note that this attribute is now standard in Ada 202x and is available
+as an implementation defined attribute for earlier Ada versions.
+
For every enumeration subtype ``S``, ``S'Enum_Rep`` denotes a
function with the following spec:
.. index:: Enum_Val
+Note that this attribute is now standard in Ada 202x and is available
+as an implementation defined attribute for earlier Ada versions.
+
For every enumeration subtype ``S``, ``S'Enum_Val`` denotes a
function with the following spec:
@geindex Enum_Rep
+Note that this attribute is now standard in Ada 202x and is available
+as an implementation defined attribute for earlier Ada versions.
+
For every enumeration subtype @code{S}, @code{S'Enum_Rep} denotes a
function with the following spec:
@geindex Enum_Val
+Note that this attribute is now standard in Ada 202x and is available
+as an implementation defined attribute for earlier Ada versions.
+
For every enumeration subtype @code{S}, @code{S'Enum_Val} denotes a
function with the following spec: