ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1087.vhd ERROR: Parse error at line 38 column 36: 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c06s05b00x00p02n01i01087ent IS 32: END c06s05b00x00p02n01i01087ent; 33: 34: ARCHITECTURE c06s05b00x00p02n01i01087arch OF c06s05b00x00p02n01i01087ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: type FIVE is range 1 to 5; ^ 39: type ABASE1 is array (FIVE range <>) of BOOLEAN; 40: subtype A1 is ABASE1(FIVE); 41: type ABASE2 is array (FIVE range <>) of A1; 42: subtype A2 is ABASE2(FIVE); 43: variable V1 : A1; 44: variable V2 : A2 ; -- := (others=>(others=>TRUE)); 45: BEGIN 46: V1(2 to 4) := V2(3)(2 to 4); 47: assert NOT(V1(2 to 4) = (false,false,false)) 48: report "***PASSED TEST: c06s05b00x00p02n01i01087" WARN: Missing blame information for the following files: WARN: * tc1087.vhd WARN: This may lead to missing/broken features in SonarQube