r207356 - in /trunk/gcc/ada: ChangeLog erroutc....

charlet@gcc.gnu.org charlet@gcc.gnu.org
Fri Jan 31 15:56:00 GMT 2014


Author: charlet
Date: Fri Jan 31 15:56:44 2014
New Revision: 207356

URL: http://gcc.gnu.org/viewcvs?rev=207356&root=gcc&view=rev
Log:
2014-01-31  Yannick Moy  <moy@adacore.com>

	* erroutc.adb (Validate_Specific_Warnings): Remove special case for
	GNATprove_Mode.

2014-01-31  Robert Dewar  <dewar@adacore.com>

	* prj-attr.ads (First_Attribute_Of): Returns Empty_Attribute
	for Unknown_Package.
	* sem_ch6.adb, sem_attr.adb: Minor comment addition.

2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_util.adb (Build_Allocate_Deallocate_Proc): Rewrite
	the logic that generates a runtime check to determine the
	controlled status of the object about to be allocated or
	deallocated. Class-wide types now always use a runtime check
	even if they appear as generic actuals.
	(Find_Object): Detect
	a special case that involves interface class-wide types because
	the object appears as a complex expression.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/erroutc.adb
    trunk/gcc/ada/exp_util.adb
    trunk/gcc/ada/prj-attr.ads
    trunk/gcc/ada/sem_attr.adb
    trunk/gcc/ada/sem_ch6.adb



More information about the Gcc-cvs mailing list