diff options
author | Tristan Gingold | 2013-12-31 19:01:48 +0100 |
---|---|---|
committer | Tristan Gingold | 2013-12-31 19:01:48 +0100 |
commit | 5f41fdc72fccd7169dc812c8690e82222ae1aca1 (patch) | |
tree | 2e2cddb257b071ec30b79c0672e2320f5421468d /sem_names.adb | |
parent | 2fe0a5359e1bdf6dfdab20bea121db8f4e54ffe9 (diff) | |
download | ghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.tar.gz ghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.tar.bz2 ghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.zip |
Fix bug21274.
WIP for VHDL08.
Diffstat (limited to 'sem_names.adb')
-rw-r--r-- | sem_names.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_names.adb b/sem_names.adb index 51232a0..89e8dfd 100644 --- a/sem_names.adb +++ b/sem_names.adb @@ -1981,7 +1981,7 @@ package body Sem_Names is end; if Res = Null_Iir then Error_Msg_Sem - ("No overloaded subprogram found matching " + ("no overloaded function found matching " & Disp_Node (Prefix_Name), Name); end if; when Iir_Kinds_Function_Declaration => |