[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 12 May 2015 15:13:06 +0000 (17:13 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 12 May 2015 15:13:06 +0000 (17:13 +0200)
commit7166d53559b1d2fc49d7f55166364b3ca345a00a
tree39882498817ea47051972a2f82d38d47671bef91
parent4b17187f237160e6b3d536f7843d4f3a7d258a23
[multiple changes]

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

* sem_ch5.adb (Analyze_Iterator_Specifications): Additional
legality checks for array and container iterators:
a) The domain of iteration cannot be a component that depends
on discriminants of a mutable object. The check was recently
added for element iterators.
b) The cursor type cannot be a limited type at the point of the
iteration, because the cursor will be assigned to in the body
of the loop.

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

* freeze.adb (Freeze_Record_Type): Make sure that if we have
aspect Iterator_Element, then we have either Constant_Indexing
or Variable_Indexing.

From-SVN: r223077
gcc/ada/ChangeLog
gcc/ada/freeze.adb
gcc/ada/sem_ch5.adb