aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/tbuild.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/tbuild.ads')
-rw-r--r--gcc/ada/tbuild.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads
index 67a59d9..4741661 100644
--- a/gcc/ada/tbuild.ads
+++ b/gcc/ada/tbuild.ads
@@ -300,7 +300,9 @@ package Tbuild is
-- of the defining identifier which is passed as its argument. The Entity
-- and Etype of the result are set from the given defining identifier as
-- follows: Entity is simply a copy of Def_Id. Etype is a copy of Def_Id
- -- for types, and a copy of the Etype of Def_Id for other entities.
+ -- for types, and a copy of the Etype of Def_Id for other entities. Note
+ -- that Is_Static_Expression is set if this call creates an occurrence of
+ -- an enumeration literal.
function New_Suffixed_Name
(Related_Id : Name_Id;