sem_ch4.adb (Try_Container_Indexing): When constructing the parameter list for the...
authorEd Schonberg <schonberg@adacore.com>
Wed, 18 Nov 2015 13:55:42 +0000 (13:55 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 18 Nov 2015 13:55:42 +0000 (14:55 +0100)
commit43151cfd6a3cbdfb2c452b5642c86581d06c125f
treef73773bc1c7b479070a4679993a21d6823c39ee9
parente645cb39bb491e2a9b30ce4b7717bb2e23da0b88
sem_ch4.adb (Try_Container_Indexing): When constructing the parameter list for the potentially overloaded calls to...

2015-11-18  Ed Schonberg  <schonberg@adacore.com>

* sem_ch4.adb (Try_Container_Indexing): When constructing the
parameter list for the potentially overloaded calls to indexing
functions, do not propagate overloadings if the actual is a named
association: overloadings appear directly on the expression in
the association.

2015-11-18  Ed Schonberg  <schonberg@adacore.com>

* sem_type.adb (Interface_Present_In_Ancestor): If the type is
incomplete, the list of ancestors is found either on the full
view or the non-limited view of the type.

From-SVN: r230547
gcc/ada/ChangeLog
gcc/ada/sem_ch4.adb
gcc/ada/sem_type.adb