This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r223076 - in /trunk/gcc/ada: ChangeLog a-ciormu...


Author: charlet
Date: Tue May 12 15:11:29 2015
New Revision: 223076

URL: https://gcc.gnu.org/viewcvs?rev=223076&root=gcc&view=rev
Log:
2015-05-12  Ed Schonberg  <schonberg@adacore.com>

	* a-coormu.ads, a-coormu.adb: Add Indexing aspect, Reference_Type,
	and Reference_Control_Type to support element iterators over
	ordered multisets.
	* a-ciormu.ads, a-ciormu.adb: Ditto for
	indefinite_ordered_multisets.

2015-05-12  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_ch4.adb (Expand_N_Expression_With_Actions): Force
	the evaluation of the EWA expression.  Code cleanup.
	(Process_Transient_Object): Code cleanup.
	* exp_util.adb (Is_Aliased): Controlled transient objects found
	within EWA nodes are not aliased.
	(Is_Finalizable_Transient): Iterators are not finalizable transients.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-ciormu.adb
    trunk/gcc/ada/a-ciormu.ads
    trunk/gcc/ada/a-coormu.adb
    trunk/gcc/ada/a-coormu.ads
    trunk/gcc/ada/exp_ch4.adb
    trunk/gcc/ada/exp_util.adb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]