ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1554.vhd ERROR: Parse error at line 41 column 7: 31: ENTITY c08s10b00x00p02n01i01554ent IS 32: END c08s10b00x00p02n01i01554ent; 33: 34: ARCHITECTURE c08s10b00x00p02n01i01554arch OF c08s10b00x00p02n01i01554ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: variable k : integer := 0; 39: BEGIN 40: for i in 1 to 10 loop 41: next; ^ 42: k := 5; 43: end loop; 44: assert NOT( k=0 ) 45: report "***PASSED TEST: c08s10b00x00p02n01i01554" 46: severity NOTE; 47: assert (k=0) 48: report "***FAILED TEST: c08s10b00x00p02n01i01554 - A next statement is allowed in a loop without a label" 49: severity ERROR; 50: wait; 51: END PROCESS TESTING; WARN: Missing blame information for the following files: WARN: * tc1554.vhd WARN: This may lead to missing/broken features in SonarQube