[Ada] Improve error message on illegal prefixed procedure call
authorEd Schonberg <schonberg@adacore.com>
Tue, 27 Oct 2020 16:17:37 +0000 (12:17 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 26 Nov 2020 08:39:54 +0000 (03:39 -0500)
commit4e94b2442d9286cafe47f32579b19a2ea681e132
tree2dbec0dbcedd7f10bb7387fa4b64d9588af30c85
parent52424b13d80af31b6004995c1910fb9ee0ab1939
[Ada] Improve error message on illegal prefixed procedure call

gcc/ada/

* sem_ch6.adb (Analyze_Call_And_Resolve): Add information to the
error message on an illegal procedure call, when the illegality
is due to the presence of a component of the full view of the
target object, as well as a procedure with the same name (See RM
4.1.3 (9.2/3)).
gcc/ada/sem_ch6.adb