This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r213216 - in /trunk/gcc/ada: ChangeLog a-cbmutr...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 29 Jul 2014 15:49:31 -0000
- Subject: r213216 - in /trunk/gcc/ada: ChangeLog a-cbmutr...
Author: charlet
Date: Tue Jul 29 15:49:30 2014
New Revision: 213216
URL: https://gcc.gnu.org/viewcvs?rev=213216&root=gcc&view=rev
Log:
2014-07-29 Hristian Kirtchev <kirtchev@adacore.com>
* a-cbmutr.adb (Allocate_Node): Remove the two parameter version.
(Insert_Child): Add local variable First. Capture the index of the
first node being created to ensure correct cursor construction
later on. Use the three parameter version of Allocate_Node
when creating multiple children as this method allows aspect
Default_Value to take effect (if applicable).
2014-07-29 Eric Botcazou <ebotcazou@adacore.com>
* exp_aggr.adb (Safe_Slice_Assignment): Remove.
(Expand_Array_Aggregate): For a safe slice assignment, just set
the target and use the common code path.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/a-cbmutr.adb
trunk/gcc/ada/exp_aggr.adb