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_elab.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_elab.adb')
-rw-r--r-- | gcc/ada/sem_elab.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_elab.adb b/gcc/ada/sem_elab.adb index 1c55b30..b4c214d 100644 --- a/gcc/ada/sem_elab.adb +++ b/gcc/ada/sem_elab.adb @@ -2288,7 +2288,7 @@ package body Sem_Elab is ("task will be activated before elaboration of its body?", Decl); Error_Msg_N - ("\Program_Error will be raised at run-time?", Decl); + ("\Program_Error will be raised at run time?", Decl); elsif Present (Corresponding_Body (Unit_Declaration_Node (Proc))) |