diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-30 15:45:14 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-30 15:45:14 +0200 |
commit | 2afa8fdd1b6c2757b6d73660c10801647b7c0a18 (patch) | |
tree | 70b3d40fd28031a1b7c00a173295c5a9d1961bf5 /gcc/ada/a-tasatt.adb | |
parent | 8071b771263555ea070313762f0d6c552934bc10 (diff) | |
download | gcc-2afa8fdd1b6c2757b6d73660c10801647b7c0a18.zip gcc-2afa8fdd1b6c2757b6d73660c10801647b7c0a18.tar.gz gcc-2afa8fdd1b6c2757b6d73660c10801647b7c0a18.tar.bz2 |
[multiple changes]
2014-07-30 Bob Duff <duff@adacore.com>
* s-tataat.adb, s-tataat.ads, a-tasatt.adb: Minor comment fixes.
2014-07-30 Ed Schonberg <schonberg@adacore.com>
* sem_ch5.adb (Analyze_Loop_Statement): If loop has a label,
verify that it is not hidden by an inner implicit declaration.
From-SVN: r213266
Diffstat (limited to 'gcc/ada/a-tasatt.adb')
-rw-r--r-- | gcc/ada/a-tasatt.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-tasatt.adb b/gcc/ada/a-tasatt.adb index bd7f4a7..015f625 100644 --- a/gcc/ada/a-tasatt.adb +++ b/gcc/ada/a-tasatt.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1995-2014, Free Software Foundation, Inc. -- +-- Copyright (C) 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- -- @@ -51,7 +51,7 @@ package body Ada.Task_Attributes is type Attribute_Cleanup is new Limited_Controlled with null record; procedure Finalize (Cleanup : in out Attribute_Cleanup); - -- Finalize all tasks' attribute for this package + -- Finalize all tasks' attributes for this package Cleanup : Attribute_Cleanup; pragma Unreferenced (Cleanup); |