r202453 - in /trunk/gcc/ada: ChangeLog sem_ch12...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Tue Sep 10 14:48:00 GMT 2013


Author: charlet
Date: Tue Sep 10 14:48:04 2013
New Revision: 202453

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

	* sem_ch12.adb (Analyze_Package_Instantiation): If the
	instantiation is a compilation unit, analyze aspects before
	analyzing the package declaration for the instance.
	* sem_ch13.adb (Analyze_Aspect_Specifications): If the
	corresponding node is a package instantiation, insert generated
	pragmas at the head of visible declarations.
	* sem_prag.adb (Analyze_Pragma, case Preelaborate): In an instance
	do not ignore the pragma if it comes from an aspect specification
	in the instance, and not from the generic unit.
	* sprint.adb (Sprint_Node_Actual): For a package declaration that
	is an instantiation, print aspects after declaration.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/sem_ch12.adb
    trunk/gcc/ada/sem_ch13.adb
    trunk/gcc/ada/sem_prag.adb
    trunk/gcc/ada/sprint.adb



More information about the Gcc-cvs mailing list