r178373 - in /trunk/gcc/ada: ChangeLog a-direct...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Wed Aug 31 09:42:00 GMT 2011


Author: charlet
Date: Wed Aug 31 09:42:50 2011
New Revision: 178373

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178373
Log:
2011-08-31  Pascal Obry  <obry@adacore.com>

	* a-direct.adb: Do not try to create an UNC path on Windows.
	(Create_Path): Skip leading computer name in UNC path if any.

2011-08-31  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_strm.adb (Build_Record_Or_Elementary_Input_Function): Remove the
	version-dependent generation of the return statement. The Ada 2005 tree
	is now the default.

2011-08-31  Thomas Quinot  <quinot@adacore.com>

	* rtsfind.ads, exp_dist.adb (Find_Numeric_Representation): Predefined
	types Stream_Element_Offset and Storage_Offset have a different native
	type depending on whether the platform is 32 or 64 bits. When
	exchanging them, always convert to 64 bits.

2011-08-31  Yannick Moy  <moy@adacore.com>

	* debug.adb: Reserve debug option -gnatd.E for passing gnatprove option
	--force-alfa to gnat2why.

2011-08-31  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch12.adb (Save_References): If the node has aspects, save
	references within the corresponding expressions in a separate step,
	because the aspects are not directly in the tree for the declaration
	to which they belong.

2011-08-31  Arnaud Charlet  <charlet@adacore.com>

	* freeze.adb (Freeze_Record_Type): Omit test on variable size component
	in CodePeer mode, since representation clauses are partially ignored.
	* gcc-interface/Make-lang.in: Update dependencies.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-direct.adb
    trunk/gcc/ada/debug.adb
    trunk/gcc/ada/exp_dist.adb
    trunk/gcc/ada/exp_strm.adb
    trunk/gcc/ada/freeze.adb
    trunk/gcc/ada/gcc-interface/Make-lang.in
    trunk/gcc/ada/rtsfind.ads
    trunk/gcc/ada/sem_ch12.adb



More information about the Gcc-cvs mailing list