[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 May 2015 08:52:17 +0000 (10:52 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 May 2015 08:52:17 +0000 (10:52 +0200)
commit6333ad3d459e4734c0cec7eb4e2c89097c9a1466
tree2e94024e05c74b0b303ac3cd026f30894f78ab05
parent44ae5cd22f30de0a65c3a81ea146a85f07f33013
[multiple changes]

2015-05-21  Robert Dewar  <dewar@adacore.com>

* exp_util.adb (Activate_Atomic_Synchronization): Do not set
Atomic_Sync_Required for an object renaming declaration.
* sem_ch8.adb (Analyze_Object_Renaming): Copy Is_Atomic and
Is_Independent to renaming object.

2015-05-21  Ed Schonberg  <schonberg@adacore.com>

* sem_ch5.adb (Analyze_Iterator_Specification): Diagnose
various illegalities in iterators over arrays and containers:
a) New function Get_Cursor_Type, to verify that the cursor is
not a limited type at the point of iteration.
b) If the container is a constant, an element_iterator is illegal
if the container type does not have a Constant_Indexing aspect.
c) If the iterate function has an in-out controlling parameter,
the container cannot be a constant object.
d) Reject additional cases of iterators over a
discriminant-dependent component of a mutable object.

From-SVN: r223524
gcc/ada/ChangeLog
gcc/ada/exp_util.adb
gcc/ada/sem_ch5.adb
gcc/ada/sem_ch8.adb