summaryrefslogtreecommitdiffstats
path: root/gcc/ada/sem_prag.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-08 10:13:14 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-08 10:13:14 +0000
commita2f946e2ef93390d4c9412ae79d6db35a627f805 (patch)
tree1b7c4c75726a13e7fbea21124d3e703023630543 /gcc/ada/sem_prag.adb
parent9a479e51d22488263483664926743148ca8e7f5b (diff)
downloadppe42-gcc-a2f946e2ef93390d4c9412ae79d6db35a627f805.tar.gz
ppe42-gcc-a2f946e2ef93390d4c9412ae79d6db35a627f805.zip
2010-10-08 Robert Dewar <dewar@adacore.com>
* sem_util.adb, sem_prag.adb: Minor reformatting 2010-10-08 Hristian Kirtchev <kirtchev@adacore.com> * gnat_rm.texi: Remove the section on pragma Implemented_By_Entry. Add section on pragma Implemented. 2010-10-08 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Derive_Subprogram): If an abstract extension has a concrete parent with a concrete constructor, the inherited constructor is abstract even if the derived type is a null extension. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165155 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_prag.adb')
-rw-r--r--gcc/ada/sem_prag.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_prag.adb b/gcc/ada/sem_prag.adb
index 1ad6c67d7f4..c361161b8ee 100644
--- a/gcc/ada/sem_prag.adb
+++ b/gcc/ada/sem_prag.adb
@@ -8074,8 +8074,8 @@ package body Sem_Prag is
return;
end if;
- -- Ada 2012 (AI05-0030): Implementation_kind "By_Protected_
- -- Procedure" cannot be applied to the primitive procedure of a
+ -- Ada 2012 (AI05-0030): Cannot apply the Implementation_kind
+ -- "By_Protected_Procedure" to the primitive procedure of a
-- task interface.
if Chars (Arg2) = Name_By_Protected_Procedure
OpenPOWER on IntegriCloud