This is the mail archive of the gcc-patches@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]

[Ada] Changes for PolyORB


Tested on i686-linux, committed on trunk

The generated To_Any/From_Any TSS for constrained multidimensional arrays
is currently incorrect, because the expected layout of the corresponding
Any's has changed (from a flat aggregate to a set of nested aggregates)
in the PolyORB runtime library. This change reorganizes the generated code
to make it compliant again with what the PolyORB runtime expects.

2005-11-14  Thomas Quinot  <quinot@adacore.com>

	* exp_dist.adb (Append_Array_Traversal): Modify constrained case to
	generate a set of nested array aggregates instead of a single flat
	aggregate for multi-dimensional arrays.

Attachment: difs.26
Description: Text document


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