[Ada] Reuse a wrapper for Resolve with implicit type where possible
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 1 Dec 2020 11:03:10 +0000 (12:03 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 3 May 2021 09:28:28 +0000 (05:28 -0400)
commit94f994283846fa3f01d7b6556b59da5509a55a60
treed2bad10892ffa035cedbccd85f1723ca88d68687
parent3bcf8298d767a39e7f5226cc9edc6f7cae2980a7
[Ada] Reuse a wrapper for Resolve with implicit type where possible

gcc/ada/

* sem_attr.adb (Analyze_Attribute): Reuse Resolve with implicit
type when analysing attribute Priority.
* sem_ch5.adb (Analyze_Case_Statement): Likewise for a rare case
in analysis of case statements.
(Analyze_Iterator_Specification): Likewise for non-overloaded
domain of iteration.
gcc/ada/sem_attr.adb
gcc/ada/sem_ch5.adb