ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1570.vhd ERROR: Parse error at line 46 column 9: 36: BEGIN 37: TESTING: PROCESS 38: variable k : integer := 0; 39: variable m : integer := 0; 40: variable done : boolean := false; 41: BEGIN 42: L1: for i in boolean loop 43: k := 5; 44: while not done loop 45: done := true ; 46: next ; ^ 47: k := 3; 48: end loop ; 49: m := m + 1; 50: end loop L1; 51: assert NOT(( k=5 ) and (m= boolean'Pos(boolean'High) - boolean'Pos(boolean'Low) + 1)) 52: report "***PASSED TEST: c08s10b00x00p03n01i01570" 53: severity NOTE; 54: assert (( k=5 ) and (m= boolean'Pos(boolean'High) - boolean'Pos(boolean'Low) + 1)) 55: report "***FAILED TEST: c08s10b00x00p03n01i01570 - A next statement is used without a loop label, it occurs only within a loop and it refers to the lowest level, or innermost, loop." 56: severity ERROR; WARN: Missing blame information for the following files: WARN: * tc1570.vhd WARN: This may lead to missing/broken features in SonarQube