aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch13.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2012-06-12 15:16:38 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2012-06-12 15:16:38 +0200
commit02e4edeaf41e6a15fdd59c476ef7592275b568c6 (patch)
treed9ca6cca41b2c9fee12de84ad24b35095da1b4e6 /gcc/ada/sem_ch13.ads
parentb98e296954eded73ab660265878b17a293678d97 (diff)
downloadgcc-02e4edeaf41e6a15fdd59c476ef7592275b568c6.zip
gcc-02e4edeaf41e6a15fdd59c476ef7592275b568c6.tar.gz
gcc-02e4edeaf41e6a15fdd59c476ef7592275b568c6.tar.bz2
[multiple changes]
2012-06-12 Robert Dewar <dewar@adacore.com> * gcc-interface/Make-lang.in: Update dependencies. * sem_ch9.ads, einfo.adb, einfo.ads, sem_prag.adb, freeze.adb, sem_util.adb, sem_ch13.adb, sem_ch13.ads, exp_ch3.adb: Add comments. Minor reformatting. 2012-06-12 Ed Schonberg <schonberg@adacore.com> * sem_ch12.adb (Instantiate_Formal_Subprogram): Remove code that implements AI05-0296, because the actual may be overloaded. * sem_ch8.adb (Analyze_Subprogram_Renaming): and move it here, to be applied once the actual subprogram is properly resolved. From-SVN: r188456
Diffstat (limited to 'gcc/ada/sem_ch13.ads')
-rw-r--r--gcc/ada/sem_ch13.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch13.ads b/gcc/ada/sem_ch13.ads
index 136e375..355e11e 100644
--- a/gcc/ada/sem_ch13.ads
+++ b/gcc/ada/sem_ch13.ads
@@ -309,6 +309,5 @@ package Sem_Ch13 is
-- Again, ASN is the N_Aspect_Specification node for the aspect.
procedure Evaluate_Aspects_At_Freeze_Point (E : Entity_Id);
- -- This routines evaluates all the delayed aspects for entity E at freezing
- -- point.
+ -- Evaluates all the delayed aspects for entity E at freezing point
end Sem_Ch13;