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/tc2177.vhd ERROR: Parse error at line 40 column 11: 30: 31: ENTITY c07s02b05x00p01n01i02177ent IS 32: END c07s02b05x00p01n01i02177ent; 33: 34: ARCHITECTURE c07s02b05x00p01n01i02177arch OF c07s02b05x00p01n01i02177ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: type phys is range -10 to 100 39: units 40: p1; ^ 41: p2 = 10 p1; 42: p3 = 5 p2; 43: end units; 44: constant a : phys := + p2; 45: BEGIN 46: assert NOT(a = 10 p1) 47: report "***PASSED TEST: c07s02b05x00p01n01i02177" 48: severity NOTE; 49: assert (a = 10 p1) 50: report "***FAILED TEST: c07s02b05x00p01n01i02177 - Signs - can be used with only numeric types."