ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1375.vhd ERROR: Parse error at line 87 column 5: 77: 78: variable S, T : BIT; 79: variable S1, T1 : BIT; 80: variable S11, T11 : BIT; 81: variable C1, C2 : CHARACTER; 82: variable C11, C22 : CHARACTER; 83: variable C111, C222 : CHARACTER; 84: 85: BEGIN 86: -- Assign with a variable as the expression. 87: ( S, T ) := BITV; ^ 88: 89: ( C1,C2 ) := STRV; 90: 91: -- Assign with a function return value. 92: ( S1, T1 ) := returnBV2; 93: 94: ( C11,C22 ) := returnCH2; 95: 96: -- Assign with a qualified expression. 97: ( S11, T11 ) := BV2'( '0', '1' ); WARN: Missing blame information for the following files: WARN: * tc1375.vhd WARN: This may lead to missing/broken features in SonarQube