diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-07-17 20:34:57 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-07-17 20:34:57 +0200 |
commit | caba1d1b21d9756ede50f40d53fbc816d3b84320 (patch) | |
tree | ee0b8459472a8e7aba4ab7465bc46c74be56cd33 /sem.adb | |
parent | 1bc00453a725214de4964add2b7f8423d1a5d2da (diff) | |
download | ghdl-caba1d1b21d9756ede50f40d53fbc816d3b84320.tar.gz ghdl-caba1d1b21d9756ede50f40d53fbc816d3b84320.tar.bz2 ghdl-caba1d1b21d9756ede50f40d53fbc816d3b84320.zip |
vhdl 2008: visibility, more implicit subprograms, alias...
Use Type_Definition in type_declarator.
Diffstat (limited to 'sem.adb')
-rw-r--r-- | sem.adb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -611,7 +611,7 @@ package body Sem is -- must be analyzed prior to the analysis of the given design unit. Add_Dependence (Entity_Unit); - Sem_Scopes.Add_Name (Entity); + Sem_Scopes.Add_Name (Decl); Set_Visible_Flag (Decl, True); @@ -2189,7 +2189,7 @@ package body Sem is | Iir_Kind_Group_Declaration => null; when Iir_Kind_Type_Declaration => - Def := Get_Type (El); + Def := Get_Type_Definition (El); if Def /= Null_Iir and then Get_Kind (Def) = Iir_Kind_Protected_Type_Declaration then |