aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/par-ch4.adb
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2020-01-31 08:28:45 -0500
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-05 08:17:39 -0400
commite0fd1b9c9d906f9693bb4e7d56a37ec5adf4bc0a (patch)
treed942f40348b3f37595b185d4dd2dbee0cbf3215a /gcc/ada/par-ch4.adb
parentc3c80e3c3adde1f96d9f5070eccf1184a97ce2cd (diff)
downloadgcc-e0fd1b9c9d906f9693bb4e7d56a37ec5adf4bc0a.zip
gcc-e0fd1b9c9d906f9693bb4e7d56a37ec5adf4bc0a.tar.gz
gcc-e0fd1b9c9d906f9693bb4e7d56a37ec5adf4bc0a.tar.bz2
[Ada] Put_Image attribute
2020-06-05 Bob Duff <duff@adacore.com> gcc/ada/ * exp_attr.adb, exp_ch11.adb, exp_imgv.adb, exp_tss.ads, par-ch4.adb, sem_attr.adb, sem_util.ads: Misc cleanup.
Diffstat (limited to 'gcc/ada/par-ch4.adb')
-rw-r--r--gcc/ada/par-ch4.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/par-ch4.adb b/gcc/ada/par-ch4.adb
index 68d5664..63e9790 100644
--- a/gcc/ada/par-ch4.adb
+++ b/gcc/ada/par-ch4.adb
@@ -51,7 +51,7 @@ package body Ch4 is
-- or a type. For those attributes, a left parenthesis after the attribute
-- should not be analyzed as the beginning of a parameters list because it
-- may denote a slice operation (X'Img (1 .. 2)) or a type conversion
- -- (X'Class (Y)). The Ada 2012 attribute 'Old is in this category.
+ -- (X'Class (Y)).
-- Note: Loop_Entry is in this list because, although it can take an
-- optional argument (the loop name), we can't distinguish that at parse