diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-09-10 16:48:41 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-09-10 16:48:41 +0200 |
commit | e7c0dd3985cd70732cdb70bda82a1f30e13a0f41 (patch) | |
tree | f7d02653e09175f7697d7e4a9fc46a32f988fbe7 /gcc/ada/sem_attr.adb | |
parent | 90966337970092f84e1029aa27376922fb24943c (diff) | |
download | gcc-e7c0dd3985cd70732cdb70bda82a1f30e13a0f41.zip gcc-e7c0dd3985cd70732cdb70bda82a1f30e13a0f41.tar.gz gcc-e7c0dd3985cd70732cdb70bda82a1f30e13a0f41.tar.bz2 |
[multiple changes]
2010-09-10 Vincent Celier <celier@adacore.com>
* sem_aggr.adb, exp_prag.adb, sem_ch3.adb, exp_attr.adb,
sem_res.adb, sem_attr.adb, sem_elab.adb, sem_ch4.adb, exp_disp.adb,
exp_aggr.adb, exp_dist.adb: Change all mentions of "at run-time" to
"at run time" in comments and error/warning messages.
2010-09-10 Ed Schonberg <schonberg@adacore.com>
* exp_cg.adb: Handle properly bodies without specs.
2010-09-10 Emmanuel Briot <briot@adacore.com>
* prj-nmsc.adb (Find_Source_Dirs): When a source directory is not
present, and the user requested to either ignore this or display a
warning (as opposed to an error), we still need to register the
directory.
From-SVN: r164184
Diffstat (limited to 'gcc/ada/sem_attr.adb')
-rw-r--r-- | gcc/ada/sem_attr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index 6e7b22a..71730be 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -6392,7 +6392,7 @@ package body Sem_Attr is -- Note: for the folding case, it is fine to treat Machine_Rounding -- exactly the same way as Rounding, since this is one of the allowed -- behaviors, and performance is not an issue here. It might be a bit - -- better to give the same result as it would give at run-time, even + -- better to give the same result as it would give at run time, even -- though the non-determinism is certainly permitted. when Attribute_Machine_Rounding => |