WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1703.vhd ERROR: Parse error at line 68 column 17: 58: case j is 59: when 3 => -- should never execute because of 60: i := i + 1; -- alternative 2 61: k := 1; 62: exit; 63: assert false 64: report "exit in loop 2 case failed." 65: severity note; 66: when 2 => 67: i := i + 1; 68: next L1; ^ 69: k := 1; 70: assert false -- should never execute 71: report "next in loop 2 case failed." 72: severity note; 73: when 1 => 74: assert false 75: report "first iteration of loop 2." 76: severity note ; 77: next; -- applies to loop L2 78: when others =>