From 54a42417b09d11ad07c34e5368e01ca6538a54ac Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 6 May 2009 08:20:13 +0000 Subject: 2009-05-06 Ed Schonberg * sem_aggr.adb (Resolve_Record_Aggregate): If a defaulted component of an aggregate with box default is of a discriminated private type, do not build a subaggregate for it. A proper call to the initialization procedure is generated for it. 2009-05-06 Thomas Quinot * rtsfind.adb, rtsfind.ads, exp_dist.adb, exp_dist.ads (Exp_Dist.Build_TC_Call, Build_From_Any_Call, Build_To_Any_Call): Use PolyORB strings to represent Ada.Strings.Unbounded_String value; use standard array code for Standard.String. (Exp_Dist): Bump PolyORB s-parint API version to 3. (Rtsfind): New entities TA_Std_String, Unbounded_String. 2009-05-06 Robert Dewar * g-comlin.ads: Minor reformatting * xoscons.adb: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147149 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/exp_dist.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/exp_dist.ads') diff --git a/gcc/ada/exp_dist.ads b/gcc/ada/exp_dist.ads index 26995a8b9f9..d6fc1bb8ead 100644 --- a/gcc/ada/exp_dist.ads +++ b/gcc/ada/exp_dist.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2008, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -35,7 +35,7 @@ package Exp_Dist is PCS_Version_Number : constant array (PCS_Names) of Int := (Name_No_DSA => 1, Name_GARLIC_DSA => 1, - Name_PolyORB_DSA => 2); + Name_PolyORB_DSA => 3); -- PCS interface version. This is used to check for consistency between the -- compiler used to generate distribution stubs and the PCS implementation. -- It must be incremented whenever a change is made to the generated code -- cgit v1.2.1