ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1566.vhd ERROR: Parse error at line 42 column 9: 32: END c08s10b00x00p03n01i01566ent; 33: 34: ARCHITECTURE c08s10b00x00p03n01i01566arch OF c08s10b00x00p03n01i01566ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: variable k : integer := 0; 39: BEGIN 40: P : for j in 1 to 10 loop 41: L : for i in 1 to 10 loop 42: next when j = 3; ^ 43: k := k + 1; 44: end loop L; 45: end loop; 46: assert NOT( k=90 ) 47: report "***PASSED TEST: c08s10b00x00p03n01i01566" 48: severity NOTE; 49: assert ( k=90 ) 50: report "***FAILED TEST: c08s10b00x00p03n01i01566 - A NEXT statement inside nested FOR loop" 51: severity ERROR; 52: wait; WARN: Missing blame information for the following files: WARN: * tc1566.vhd WARN: This may lead to missing/broken features in SonarQube