r235723 - in /trunk/gcc/ada: ChangeLog sem_util...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Mon May 2 09:44:00 GMT 2016


Author: charlet
Date: Mon May  2 09:44:54 2016
New Revision: 235723

URL: https://gcc.gnu.org/viewcvs?rev=235723&root=gcc&view=rev
Log:
2016-05-02  Ed Schonberg  <schonberg@adacore.com>

	* sem_util.adb (Normalize_Actuals): Take into account extra
	actuals that may have been introduced previously. Normally extra
	actuals are introduced when a call is expanded, but a validity
	check may copy and reanalyze a call that carries an extra actual
	(e.g. an accessibility parameter) before the call itself is
	marked Analzyed, and the analysis of the copy has to be able to
	cope with the added actual.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/sem_util.adb



More information about the Gcc-cvs mailing list