aboutsummaryrefslogtreecommitdiffstats
path: root/canon.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 /canon.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 'canon.adb')
-rw-r--r--canon.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/canon.adb b/canon.adb
index 183699218..acf8c21de 100644
--- a/canon.adb
+++ b/canon.adb
@@ -21,7 +21,6 @@ with Types; use Types;
with Name_Table;
with Sem;
with Std_Names;
-with Types; use Types;
with Iir_Chains; use Iir_Chains;
with Flags;
@@ -859,7 +858,7 @@ package body Canon is
-- be PROC, or an 'if' statement if the assignment is guarded.
-- See LRM93 9.5
procedure Canon_Concurrent_Signal_Assignment
- (Stmt: in out Iir;
+ (Stmt: Iir;
Proc: out Iir_Sensitized_Process_Statement;
Chain : out Iir)
is