ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1662.vhd ERROR: Parse error at line 40 column 7: 30: 31: ENTITY c09s01b00x00p03n01i01662ent IS 32: port (A, B: inout bit); 33: END c09s01b00x00p03n01i01662ent; 34: 35: ARCHITECTURE c09s01b00x00p03n01i01662arch OF c09s01b00x00p03n01i01662ent IS 36: signal S1, S2, S3 : bit := '0'; 37: constant gm : natural := 0; 38: BEGIN 39: 40: BL: block -- no_failure_here ^ 41: generic (n: natural:= 2); 42: generic map (gm); 43: port (A, B: inout bit); 44: port map (S1, S2); 45: begin 46: end block BL; 47: 48: TESTING: PROCESS 49: BEGIN 50: assert FALSE WARN: Missing blame information for the following files: WARN: * tc1662.vhd WARN: This may lead to missing/broken features in SonarQube