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/tc1659.vhd ERROR: Parse error at line 38 column 6: 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c09s01b00x00p02n01i01659ent IS 32: END c09s01b00x00p02n01i01659ent; 33: 34: ARCHITECTURE c09s01b00x00p02n01i01659arch OF c09s01b00x00p02n01i01659ent IS 35: 36: BEGIN 37: 38: B1:block --<< no guard condition here ^ 39: begin 40: process 41: begin 42: null ; 43: wait; 44: end process ; 45: end block ; 46: 47: TESTING: PROCESS 48: BEGIN