ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc141.vhd ERROR: Parse error at line 51 column 31: 41: SIGNAL a3 : INTEGER := 77; 42: SIGNAL i1 : INTEGER := 0; 43: SIGNAL i2 : INTEGER := 0; 44: SIGNAL i3 : INTEGER := 0; 45: SIGNAL i4 : INTEGER := 0; 46: SIGNAL i5 : INTEGER := 0; 47: BEGIN 48: TESTING: PROCESS 49: BEGIN 50: WAIT FOR 1 ns; 51: i1 <= addup(i2=>a1,i1=>a1); ^ 52: WAIT FOR 1 ns; 53: IF (i1 = 119) THEN 54: ASSERT false REPORT "PASS: Function call uses same actual twice plus default" SEVERITY note; 55: ELSE 56: ASSERT false REPORT "FAIL: Function call fails" SEVERITY error; 57: END IF; 58: 59: WAIT FOR 1 ns; 60: i2 <= addup(i3=>a2,i1=>a2,i2=>a1); 61: WAIT FOR 1 ns; WARN: Missing blame information for the following files: WARN: * tc141.vhd WARN: This may lead to missing/broken features in SonarQube