r260454 - in /trunk/gcc/ada: ChangeLog sem_ch6.adb

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Mon May 21 14:50:00 GMT 2018


Author: pmderodat
Date: Mon May 21 14:50:59 2018
New Revision: 260454

URL: https://gcc.gnu.org/viewcvs?rev=260454&root=gcc&view=rev
Log:
[Ada] Spurious error in inlining for GNATprove on prefix call notation

During the special inlining done in GNATprove mode, a call in prefix
notation leads to a spurious error. Now fixed.

2018-05-21  Yannick Moy  <moy@adacore.com>

gcc/ada/

	* sem_ch6.adb (Analyze_Procedure_Call): Refine test to recognize prefix
	call notation in inlined call in GNATprove mode.

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



More information about the Gcc-cvs mailing list