ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1488.vhd ERROR: Parse error at line 42 column 24: 32: END c08s08b00x00p04n03i01488ent; 33: 34: ARCHITECTURE c08s08b00x00p04n03i01488arch OF c08s08b00x00p04n03i01488ent IS 35: 36: BEGIN 37: TESTING: PROCESS 38: variable m : integer := 7; 39: variable k : integer := 0; 40: BEGIN 41: case m is 42: when integer'Low to -11 | 6 to 100 => k := 5; ^ 43: when others => NULL; 44: end case; 45: assert NOT( k = 5 ) 46: report "***PASSED TEST: c08s08b00x00p04n03i01488" 47: severity NOTE; 48: assert ( k = 5 ) 49: report "***FAILED TEST: c08s08b00x00p04n03i01488 - Each choice in a case statement alternative must be of the same type as the expression." 50: severity ERROR; 51: wait; 52: END PROCESS TESTING; WARN: Missing blame information for the following files: WARN: * tc1488.vhd WARN: This may lead to missing/broken features in SonarQube