aboutsummaryrefslogtreecommitdiffstats
path: root/sem.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-07-17 20:34:57 +0200
committerTristan Gingold <tgingold@free.fr>2014-07-17 20:34:57 +0200
commitcaba1d1b21d9756ede50f40d53fbc816d3b84320 (patch)
treeee0b8459472a8e7aba4ab7465bc46c74be56cd33 /sem.adb
parent1bc00453a725214de4964add2b7f8423d1a5d2da (diff)
downloadghdl-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.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sem.adb b/sem.adb
index 2aef99527..955259dbd 100644
--- a/sem.adb
+++ b/sem.adb
@@ -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