ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1.vhd ERROR: Parse error at line 35 column 42: 25: -- 26: -- $Id: tc1.vhd,v 1.2 2001-10-26 16:29:38 paw Exp $ 27: -- $Revision: 1.2 $ 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c04s01b00x00p03n01i00001ent IS 32: END c04s01b00x00p03n01i00001ent; 33: 34: ARCHITECTURE c04s01b00x00p03n01i00001arch OF c04s01b00x00p03n01i00001ent IS 35: type t1 is range 0.012345 to 300.012345; -- No_failure_here ^ 36: BEGIN 37: TESTING: PROCESS 38: variable k : t1 := 10.0; 39: BEGIN 40: k := 123.0; 41: assert NOT( k=123.0 ) 42: report "***PASSED TEST: c04s01b00x00p03n01i00001" 43: severity NOTE; 44: assert ( k=123.0 ) 45: report "***FAILED TEST: c04s01b00x00p03n01i00001 - Type declaration has the format: the reserved word type followed by an identifier and the reserved word is." WARN: Missing blame information for the following files: WARN: * tc1.vhd WARN: This may lead to missing/broken features in SonarQube