r178461 - in /trunk/gcc/ada: ChangeLog sem_ch3....

charlet@gcc.gnu.org charlet@gcc.gnu.org
Fri Sep 2 10:07:00 GMT 2011


Author: charlet
Date: Fri Sep  2 10:07:35 2011
New Revision: 178461

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

	* sinfo.ads, sinfo.adb: New semantic attribute Premature_Use,
	present in incomplete type declarations to refine the error
	message the full declaration is in the same unit.
	* sem_ch4.adb (Analyze_Selected_Component): If the prefix is of
	an incomplete type, set the Premature_Use for additional message.
	* sem_ch3.adb (Find_Type_Name): If partial view is incomplete
	and Premature_Use is set, place additional information at the
	point of premature use.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/sem_ch3.adb
    trunk/gcc/ada/sem_ch4.adb
    trunk/gcc/ada/sinfo.adb
    trunk/gcc/ada/sinfo.ads



More information about the Gcc-cvs mailing list