diff options
Diffstat (limited to 'gcc/ada/sem_util.ads')
| -rw-r--r-- | gcc/ada/sem_util.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads index 9d40a85..efaa63c 100644 --- a/gcc/ada/sem_util.ads +++ b/gcc/ada/sem_util.ads @@ -1796,6 +1796,9 @@ package Sem_Util is -- If restriction No_Dynamic_Attachment is set, then it checks that the -- entity is not one of the restricted names for this restriction. -- + -- If restriction No_Long_Long_Integer is set, then it checks that the + -- entity is not Standard.Long_Long_Integer. + -- -- If restriction No_Implementation_Identifiers is set, then it checks -- that the entity is not implementation defined. |
