r191911 - in /trunk/gcc/ada: ChangeLog sem_aggr...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Mon Oct 1 10:08:00 GMT 2012


Author: charlet
Date: Mon Oct  1 10:08:51 2012
New Revision: 191911

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191911
Log:
2012-10-01  Hristian Kirtchev  <kirtchev@adacore.com>

	* sem_ch3.adb (Analyze_Declarations): Remove the specialized
	code which prevents freezing when the declarative list contains
	a _postconditions body. This is no longer needed because the
	body is now inserted at the end of the declarations.
	* sem_ch6.adb (Insert_After_Last_Declaration): New routine.
	(Insert_Before_First_Source_Declaration): Removed.
	(Process_PPCs): Insert the _postconditions body at the end of
	the declarative list to prevent premature freezing of types that
	appear in the declarations.

2012-10-01  Robert Dewar  <dewar@adacore.com>

	* sem_aggr.adb, sem_dim.adb: Minor reformatting.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/sem_aggr.adb
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sem_ch6.adb
    trunk/gcc/ada/sem_dim.adb



More information about the Gcc-cvs mailing list