aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_elab.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-05-21 15:08:13 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-05-21 15:08:13 +0200
commit23e28b42173b30e3ebe2b8e5765b01dc7fd60da2 (patch)
tree975fd0944fae6262222dccf289f20d09a24008ef /gcc/ada/sem_elab.adb
parentb7b92f15d30a1cae3d59af69dad849fe4025f24f (diff)
downloadgcc-23e28b42173b30e3ebe2b8e5765b01dc7fd60da2.zip
gcc-23e28b42173b30e3ebe2b8e5765b01dc7fd60da2.tar.gz
gcc-23e28b42173b30e3ebe2b8e5765b01dc7fd60da2.tar.bz2
[multiple changes]
2014-05-21 Robert Dewar <dewar@adacore.com> * sem_elab.adb, prj-dect.adb: Minor reformatting. 2014-05-21 Robert Dewar <dewar@adacore.com> * erroutc.ads: Minor comment addition. 2014-05-21 Robert Dewar <dewar@adacore.com> * errout.ads: Add documentation for use of >*> tag. * restrict.adb: Make sure we use >*> tag for restriction warnings. 2014-05-21 Gary Dismukes <dismukes@adacore.com> * debug.adb: Add case of illegal overriding_indicator for a protected subprogram body to description of -gnatd.E switch. * sem_ch6.adb (Verify_Overriding_Indicator): Issue error message for cases of giving overriding_indicators on protected subprogram bodies, but change this to a warning if -gnatd.E is enabled. No longer give a style warning about missing indicators on protected subprogram bodies. From-SVN: r210704
Diffstat (limited to 'gcc/ada/sem_elab.adb')
-rw-r--r--gcc/ada/sem_elab.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_elab.adb b/gcc/ada/sem_elab.adb
index 8b8c58a..19c6aa2 100644
--- a/gcc/ada/sem_elab.adb
+++ b/gcc/ada/sem_elab.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1997-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1997-2014, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -2503,7 +2503,7 @@ package body Sem_Elab is
Collect_Tasks (Declarations (N));
end if;
- -- We only perform detailed checks in all tasks are library level
+ -- We only perform detailed checks in all tasks that are library level
-- entities. If the master is a subprogram or task, activation will
-- depend on the activation of the master itself.