diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2008-08-30 13:30:19 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2008-08-30 13:30:19 +0000 |
commit | cd9300765e7e3fd43e450777e98a778146f700c2 (patch) | |
tree | f013fea17ae4eee9c1649e63b99b9bfe377fafb4 /canon.adb | |
parent | 4b6571671497ecc1f846bfa49678254e14511fc9 (diff) | |
download | ghdl-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.adb | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |