This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r213333 - in /trunk/gcc/ada: ChangeLog freeze.a...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 31 Jul 2014 09:54:35 -0000
- Subject: r213333 - in /trunk/gcc/ada: ChangeLog freeze.a...
Author: charlet
Date: Thu Jul 31 09:54:35 2014
New Revision: 213333
URL: https://gcc.gnu.org/viewcvs?rev=213333&root=gcc&view=rev
Log:
2014-07-31 Ed Schonberg <schonberg@adacore.com>
* sem_ch5.adb (Analyze_Iterator_Specification): If the domain of
iteration is an array component that depends on discriminants,
create an actual subtype for it, because the preanalysis of the
iterator name does not create actual subtypes of components.
2014-07-31 Hristian Kirtchev <kirtchev@adacore.com>
* freeze.adb (Freeze_Expression): Update the loop in charge
of finding a proper insertion place for freeze nodes to handle
N_Expression_With_Actions nodes.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/freeze.adb
trunk/gcc/ada/sem_ch5.adb