diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-12-05 11:06:51 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-12-05 11:06:51 +0100 |
commit | 739e7bbf1bcd96174b51012936bf9fd5e2b0d82d (patch) | |
tree | ffae983d073798e5c3cd09ef3bc9e7537c3c90db /gcc/ada/err_vars.ads | |
parent | 698ef65e2fee6c848f3b6ae0bf4a099c811e0022 (diff) | |
download | gcc-739e7bbf1bcd96174b51012936bf9fd5e2b0d82d.zip gcc-739e7bbf1bcd96174b51012936bf9fd5e2b0d82d.tar.gz gcc-739e7bbf1bcd96174b51012936bf9fd5e2b0d82d.tar.bz2 |
[multiple changes]
2012-12-05 Thomas Quinot <quinot@adacore.com>
* err_vars.ads: Fix minor typo in comment.
2012-12-05 Hristian Kirtchev <kirtchev@adacore.com>
* sem_attr.adb (Analyze_Attribute): Do not analyze the attribute
arguments when processing Loop_Entry. Rewrite the analysis of
attribute Loop_Entry to handle an optional loop name.
(Convert_To_Indexed_Component): New routine.
(Eval_Attribute): Remove ??? comment and explain
why Loop_Entry does not need to be evaluated.
From-SVN: r194189
Diffstat (limited to 'gcc/ada/err_vars.ads')
-rw-r--r-- | gcc/ada/err_vars.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/err_vars.ads b/gcc/ada/err_vars.ads index 6afa4e3..64d68e0 100644 --- a/gcc/ada/err_vars.ads +++ b/gcc/ada/err_vars.ads @@ -40,7 +40,7 @@ package Err_Vars is -- Note on error counts (Serious_Errors_Detected, Total_Errors_Detected, -- Warnings_Detected). These counts might more logically appear in this - -- unit, but we place them in atree.adb, because of licensing issues. We + -- unit, but we place them in atree.ads, because of licensing issues. We -- need to be able to access these counts from units that have the more -- general licensing conditions. |