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/tc1104.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 38 column 33:
|
3 |
|
|
|
4 |
|
|
28: --
|
5 |
|
|
29: -- ---------------------------------------------------------------------
|
6 |
|
|
30:
|
7 |
|
|
31: ENTITY c06s05b00x00p03n01i01104ent IS
|
8 |
|
|
32: END c06s05b00x00p03n01i01104ent;
|
9 |
|
|
33:
|
10 |
|
|
34: ARCHITECTURE c06s05b00x00p03n01i01104arch OF c06s05b00x00p03n01i01104ent IS
|
11 |
|
|
35:
|
12 |
|
|
36: BEGIN
|
13 |
|
|
37: TESTING: PROCESS
|
14 |
|
|
38: type FIVE is range 1 to 5;
|
15 |
|
|
^
|
16 |
|
|
39: type ABASE is array (FIVE range <>) of BOOLEAN;
|
17 |
|
|
40: subtype A1 is ABASE(FIVE);
|
18 |
|
|
41: type R1 is record
|
19 |
|
|
42: RE1: A1;
|
20 |
|
|
43: end record;
|
21 |
|
|
44: type R2 is record
|
22 |
|
|
45: RE2: R1;
|
23 |
|
|
46: end record;
|
24 |
|
|
47: variable V1: A1;
|
25 |
|
|
48: variable V2: R1 ; -- := (RE1=>(others=>TRUE));
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1104.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|