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/tc1636.vhd ERROR: Parse error at line 40 column 10: 30: 31: ENTITY c08s12b00x00p05n01i01636ent IS 32: END c08s12b00x00p05n01i01636ent; 33: 34: ARCHITECTURE c08s12b00x00p05n01i01636arch OF c08s12b00x00p05n01i01636ent 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: type AR1 is array (POSITIVE range <>) of PH; 45: function K return AR1 is 46: variable V : AR1(49 to 50) ; 47: begin 48: V := (5 U,X) ; 49: return V; 50: end K;