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_08.vhd
|
2 |
|
|
ERROR: Parse error at line 41 column 17:
|
3 |
|
|
|
4 |
|
|
31:
|
5 |
|
|
32: ----------------------------------------------------------------
|
6 |
|
|
33:
|
7 |
|
|
34:
|
8 |
|
|
35: architecture test of ch_17_08 is
|
9 |
|
|
36:
|
10 |
|
|
37: type T is (t1, t2, t3);
|
11 |
|
|
38:
|
12 |
|
|
39: -- code from book:
|
13 |
|
|
40:
|
14 |
|
|
41: type T_ptr is access T;
|
15 |
|
|
^
|
16 |
|
|
42:
|
17 |
|
|
43: procedure deallocate ( P : inout T_ptr );
|
18 |
|
|
44:
|
19 |
|
|
45: -- end of code from book
|
20 |
|
|
46:
|
21 |
|
|
47: procedure deallocate ( P : inout T_ptr ) is
|
22 |
|
|
48: begin
|
23 |
|
|
49: null;
|
24 |
|
|
50: end procedure deallocate;
|
25 |
|
|
51:
|
26 |
|
|
|
27 |
|
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * ch_17_ch_17_08.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|