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/ashenden/compliant/ch_17_ch_17_01.vhd
|
2 |
|
|
ERROR: Parse error at line 43 column 33:
|
3 |
|
|
|
4 |
|
|
33:
|
5 |
|
|
34:
|
6 |
|
|
35: architecture test of ch_17_01 is
|
7 |
|
|
36: begin
|
8 |
|
|
37:
|
9 |
|
|
38:
|
10 |
|
|
39: process is
|
11 |
|
|
40:
|
12 |
|
|
41: -- code from book:
|
13 |
|
|
42:
|
14 |
|
|
43: type natural_ptr is access natural;
|
15 |
|
|
^
|
16 |
|
|
44:
|
17 |
|
|
45: variable count : natural_ptr;
|
18 |
|
|
46:
|
19 |
|
|
47: -- end of code from book
|
20 |
|
|
48:
|
21 |
|
|
49: begin
|
22 |
|
|
50:
|
23 |
|
|
51: -- code from book:
|
24 |
|
|
52:
|
25 |
|
|
53: count := new natural;
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_17_ch_17_01.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|