]> gcc.gnu.org Git - gcc.git/commit
[Ada] Error in instance on incomplete actual passed to formal incomplete type
authorGary Dismukes <dismukes@adacore.com>
Wed, 10 Mar 2021 23:35:58 +0000 (18:35 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 17 Jun 2021 14:32:14 +0000 (10:32 -0400)
commit83a5b1df3da2d6c50efabdbf4767a32e80f0cab1
treec818deead6432edd42dd41fd6d3da23e86bcb133
parentcad7431bd64325e1a30f868615aa04d01a472b01
[Ada] Error in instance on incomplete actual passed to formal incomplete type

gcc/ada/

* sem_ch12.adb (Instantiate_Type): If the actual type for an
incomplete formal type is also incomplete, but has a Full_View,
use the Full_View of the actual type rather than the incomplete
view.
gcc/ada/sem_ch12.adb
This page took 0.060221 seconds and 5 git commands to generate.