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/tc1734.vhd ERROR: Parse error at line 33 column 7: 23: 24: -- --------------------------------------------------------------------- 25: -- 26: -- $Id: tc1734.vhd,v 1.2 2001-10-26 16:29:43 paw Exp $ 27: -- $Revision: 1.2 $ 28: -- 29: -- --------------------------------------------------------------------- 30: 31: ENTITY c09s04b00x00p02n01i01734ent IS 32: begin 33: l1: assert false ^ 34: report "Labeled concurrent assert OK in entity." 35: severity note ; 36: assert false 37: report "Unlabeled concurrent assert OK in entity." 38: severity note ; 39: END c09s04b00x00p02n01i01734ent; 40: 41: ARCHITECTURE c09s04b00x00p02n01i01734arch OF c09s04b00x00p02n01i01734ent IS 42: 43: BEGIN