From 74a34a3d1b0c45c23b988b043061481207d9d9c5 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 1 Mar 2020 11:41:06 +0100 Subject: vhdl-parse: avoid error cascade for 'subtype before 08. --- src/vhdl/vhdl-parse.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3