ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/ashenden/compliant/ch_21_fg_21_02.vhd ERROR: Parse error at line 49 column 66: 39: end package project_util; 40: 41: 42: package body project_util is 43: 44: function "<" ( bv1, bv2 : bit_vector ) return boolean is 45: variable tmp1 : bit_vector(bv1'range) := bv1; 46: variable tmp2 : bit_vector(bv2'range) := bv2; 47: begin 48: assert bv1'length = bv2'length 49: report "vectors are of different length in ""<"" comparison" ^ 50: severity failure; 51: tmp1(tmp1'left) := not tmp1(tmp1'left); 52: tmp2(tmp2'left) := not tmp2(tmp2'left); 53: return std.standard."<" ( tmp1, tmp2 ); 54: end function "<"; 55: 56: end package body project_util; 57: 58: 59: WARN: Missing blame information for the following files: WARN: * ch_21_fg_21_02.vhd WARN: This may lead to missing/broken features in SonarQube