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/tc1703.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 68 column 17:
|
3 |
|
|
|
4 |
|
|
58: case j is
|
5 |
|
|
59: when 3 => -- should never execute because of
|
6 |
|
|
60: i := i + 1; -- alternative 2
|
7 |
|
|
61: k := 1;
|
8 |
|
|
62: exit;
|
9 |
|
|
63: assert false
|
10 |
|
|
64: report "exit in loop 2 case failed."
|
11 |
|
|
65: severity note;
|
12 |
|
|
66: when 2 =>
|
13 |
|
|
67: i := i + 1;
|
14 |
|
|
68: next L1;
|
15 |
|
|
^
|
16 |
|
|
69: k := 1;
|
17 |
|
|
70: assert false -- should never execute
|
18 |
|
|
71: report "next in loop 2 case failed."
|
19 |
|
|
72: severity note;
|
20 |
|
|
73: when 1 =>
|
21 |
|
|
74: assert false
|
22 |
|
|
75: report "first iteration of loop 2."
|
23 |
|
|
76: severity note ;
|
24 |
|
|
77: next; -- applies to loop L2
|
25 |
|
|
78: when others =>
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1703.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|