aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.adb
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2008-08-30 13:30:19 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2008-08-30 13:30:19 +0000
commitcd9300765e7e3fd43e450777e98a778146f700c2 (patch)
treef013fea17ae4eee9c1649e63b99b9bfe377fafb4 /sem_decls.adb
parent4b6571671497ecc1f846bfa49678254e14511fc9 (diff)
downloadghdl-cd9300765e7e3fd43e450777e98a778146f700c2.tar.gz
ghdl-cd9300765e7e3fd43e450777e98a778146f700c2.tar.bz2
ghdl-cd9300765e7e3fd43e450777e98a778146f700c2.zip
Switch to gcc 4.3
Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
Diffstat (limited to 'sem_decls.adb')
-rw-r--r--sem_decls.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_decls.adb b/sem_decls.adb
index 12262933b..3d1736c4d 100644
--- a/sem_decls.adb
+++ b/sem_decls.adb
@@ -31,8 +31,8 @@ with Sem_Scopes; use Sem_Scopes;
with Sem_Names; use Sem_Names;
with Sem_Specs; use Sem_Specs;
with Sem_Types; use Sem_Types;
-with Iir_Chains; use Iir_Chains;
with Xrefs; use Xrefs;
+use Iir_Chains;
package body Sem_Decls is
-- Emit an error if the type of DECL is a file type, access type,