r195543 - in /trunk/gcc/ada: ChangeLog exp_util...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Tue Jan 29 14:26:00 GMT 2013


Author: charlet
Date: Tue Jan 29 14:26:54 2013
New Revision: 195543

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195543
Log:
2013-01-29  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch6.adb (Analyze_Expression_Function): An expression
	function declaration is not a subprogram declaration, and thus
	cannot appear in a protected definition.

2013-01-29  Hristian Kirtchev  <kirtchev@adacore.com>

	* exp_util.adb (Insert_Actions): When new
	actions come from the expression of the expression with actions,
	then they must be added to the list of existing actions.

2013-01-29  Eric Botcazou  <ebotcazou@adacore.com>

	* sem_ch3.adb (Analyze_Subtype_Declaration) <Private_Kind>: For
	the subtype of a constrained private type with discriminants
	that has got a full view, show that the completion is a clone
	of the full view.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/exp_util.adb
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sem_ch6.adb



More information about the Gcc-cvs mailing list