aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch12.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-07-13 14:56:49 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-07-13 14:56:49 +0200
commita712aa03c55cf4a82bdb0111d1ccc9c692d547b9 (patch)
tree792d33be9e463b595a73155856db2f479cde4064 /gcc/ada/sem_ch12.adb
parent53bb010641d53c4180c70622f39cae1c1a871312 (diff)
downloadgcc-a712aa03c55cf4a82bdb0111d1ccc9c692d547b9.zip
gcc-a712aa03c55cf4a82bdb0111d1ccc9c692d547b9.tar.gz
gcc-a712aa03c55cf4a82bdb0111d1ccc9c692d547b9.tar.bz2
[multiple changes]
2009-07-13 Gary Dismukes <dismukes@adacore.com> * sem_ch10.adb, sem_ch12.adb, gnat1drv.adb, exp_ch4.adb: Fix casing of several references to CodePeer. 2009-07-13 Bob Duff <duff@adacore.com> * exp_dist.adb (Build_From_Any_Function,Build_To_Any_Function, Build_TypeCode_Function_All): Do not recurse if the type is the base type. From-SVN: r149580
Diffstat (limited to 'gcc/ada/sem_ch12.adb')
-rw-r--r--gcc/ada/sem_ch12.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb
index 9afdb0a..75b2495 100644
--- a/gcc/ada/sem_ch12.adb
+++ b/gcc/ada/sem_ch12.adb
@@ -4374,7 +4374,7 @@ package body Sem_Ch12 is
-- The new compilation unit is linked to its body, but both share the
-- same file, so we do not set Body_Required on the new unit so as not
-- to create a spurious dependency on a non-existent body in the ali.
- -- This simplifies Codepeer unit traversal.
+ -- This simplifies CodePeer unit traversal.
-- We use the original instantiation compilation unit as the resulting
-- compilation unit of the instance, since this is the main unit.