aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-01 11:41:06 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-01 11:41:06 +0100
commit74a34a3d1b0c45c23b988b043061481207d9d9c5 (patch)
treee49b47865bb5ee33af4f1594ac056de423609a6c /src
parent7548c7a4993da02b6be717c0c129c4d25803cfed (diff)
downloadghdl-74a34a3d1b0c45c23b988b043061481207d9d9c5.tar.gz
ghdl-74a34a3d1b0c45c23b988b043061481207d9d9c5.tar.bz2
ghdl-74a34a3d1b0c45c23b988b043061481207d9d9c5.zip
vhdl-parse: avoid error cascade for 'subtype before 08.
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/vhdl-parse.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb
index 88d08ec11..93138e1a8 100644
--- a/src/vhdl/vhdl-parse.adb
+++ b/src/vhdl/vhdl-parse.adb
@@ -982,7 +982,6 @@ package body Vhdl.Parse is
if Vhdl_Std < Vhdl_08 then
Error_Msg_Parse
("'subtype attribute is not allowed before vhdl08");
- return Null_Iir;
end if;
when others =>
return Null_Iir;