Commit c70f7583 by Ed Schonberg Committed by Pierre-Marie de Rodat

[Ada] Einfo: update documentation for Scalar_Range

2018-07-17  Ed Schonberg  <schonberg@adacore.com>

gcc/ada/

	* einfo.ads: Update documentation for Scalar_Range.

From-SVN: r262772
parent 7abe7526
2018-07-17 Ed Schonberg <schonberg@adacore.com>
* einfo.ads: Update documentation for Scalar_Range.
2018-07-17 Piotr Trojanek <trojanek@adacore.com> 2018-07-17 Piotr Trojanek <trojanek@adacore.com>
* lib-xref-spark_specific.adb (Create_Heap): Attach the HEAP entity to * lib-xref-spark_specific.adb (Create_Heap): Attach the HEAP entity to
......
...@@ -4222,8 +4222,9 @@ package Einfo is ...@@ -4222,8 +4222,9 @@ package Einfo is
-- could be obtained by rummaging around the tree, but it is more -- could be obtained by rummaging around the tree, but it is more
-- convenient to have it immediately at hand in the entity. The -- convenient to have it immediately at hand in the entity. The
-- contents of Scalar_Range can either be an N_Subtype_Indication -- contents of Scalar_Range can either be an N_Subtype_Indication
-- node (with a constraint), or a Range node, but not a simple -- node (with a constraint), a Range node, or an Integer_Type_Definition,
-- subtype reference (a subtype is converted into a range). -- but not a simple subtype reference (a subtype is converted into a
-- explicit range).
-- Scale_Value (Uint16) -- Scale_Value (Uint16)
-- Defined in decimal fixed-point types and subtypes. Contains the scale -- Defined in decimal fixed-point types and subtypes. Contains the scale
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment