1 |
78957d3d
|
Arnaud Dieumegard
|
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
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 42 column 24:
|
3 |
|
|
|
4 |
|
|
32: END c08s08b00x00p04n03i01488ent;
|
5 |
|
|
33:
|
6 |
|
|
34: ARCHITECTURE c08s08b00x00p04n03i01488arch OF c08s08b00x00p04n03i01488ent IS
|
7 |
|
|
35:
|
8 |
|
|
36: BEGIN
|
9 |
|
|
37: TESTING: PROCESS
|
10 |
|
|
38: variable m : integer := 7;
|
11 |
|
|
39: variable k : integer := 0;
|
12 |
|
|
40: BEGIN
|
13 |
|
|
41: case m is
|
14 |
|
|
42: when integer'Low to -11 | 6 to 100 => k := 5;
|
15 |
|
|
^
|
16 |
|
|
43: when others => NULL;
|
17 |
|
|
44: end case;
|
18 |
|
|
45: assert NOT( k = 5 )
|
19 |
|
|
46: report "***PASSED TEST: c08s08b00x00p04n03i01488"
|
20 |
|
|
47: severity NOTE;
|
21 |
|
|
48: assert ( k = 5 )
|
22 |
|
|
49: report "***FAILED TEST: c08s08b00x00p04n03i01488 - Each choice in a case statement alternative must be of the same type as the expression."
|
23 |
|
|
50: severity ERROR;
|
24 |
|
|
51: wait;
|
25 |
|
|
52: END PROCESS TESTING;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1488.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|