[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 29 Jul 2014 13:08:12 +0000 (15:08 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 29 Jul 2014 13:08:12 +0000 (15:08 +0200)
commit02bb07655823135ef3e8b06f63b201bc19f54758
tree2fc7746496fdacb2eb996918ccc599b5a3591c5e
parentfc3a3f3b7e04b8249af59cbc6b398ef9518c8cb1
[multiple changes]

2014-07-29  Robert Dewar  <dewar@adacore.com>

* einfo.adb (Has_Protected): Test base type.
* sem_ch4.adb (Analyze_Allocator): Reorganize code to make sure
that we always properly check No_Protected_Type_Allocators.

2014-07-29  Ed Schonberg  <schonberg@adacore.com>

* sem_util.ads, sem_util.adb (Defining_Entity): Now applies to
loop declarations as well.
* exp_ch5.adb (Expand_Loop_Statement): Apply Qualify_Entity_Names
to an iterator loop, because it may contain local renaming
declarations that require debugging information.

2014-07-29  Robert Dewar  <dewar@adacore.com>

* sem_util.ads, exp_util.adb, sem_attr.adb: Minor reformatting.

From-SVN: r213163
gcc/ada/ChangeLog
gcc/ada/einfo.adb
gcc/ada/exp_ch5.adb
gcc/ada/exp_util.adb
gcc/ada/sem_attr.adb
gcc/ada/sem_ch4.adb
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads