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/tc1635.vhd ERROR: Parse error at line 40 column 10: 30: 31: ENTITY c08s12b00x00p05n01i01635ent IS 32: END c08s12b00x00p05n01i01635ent; 33: 34: ARCHITECTURE c08s12b00x00p05n01i01635arch OF c08s12b00x00p05n01i01635ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: type PH is range 1 to 24 39: units 40: U; ^ 41: X=3 U; 42: Y=2 X; 43: end units; 44: subtype PH1 is PH range X to Y; 45: function J return PH1 is 46: begin 47: return X; 48: end J; 49: variable k : PH1 := 2 X; 50: BEGIN