File tree Expand file tree Collapse file tree 2 files changed +12
-22
lines changed
experiments/golden-results Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,11 @@ Error message: Unsupported pragma: No return
154
154
Nkind: N_Pragma
155
155
--
156
156
Occurs: 5 times
157
+ Calling function: Do_Expression
158
+ Error message: Unknown expression kind
159
+ Nkind: N_Expanded_Name
160
+ --
161
+ Occurs: 5 times
157
162
Calling function: Do_Operator_General
158
163
Error message: Concat unsupported
159
164
Nkind: N_Op_Concat
@@ -184,11 +189,6 @@ Error message: Generic declaration
184
189
Nkind: N_Generic_Package_Declaration
185
190
--
186
191
Occurs: 3 times
187
- Calling function: Do_Expression
188
- Error message: Unknown expression kind
189
- Nkind: N_Expanded_Name
190
- --
191
- Occurs: 3 times
192
192
Calling function: Do_Procedure_Call_Statement
193
193
Error message: sym id not in symbol table
194
194
Nkind: N_Procedure_Call_Statement
@@ -219,11 +219,6 @@ Error message: Unsupported pragma: Unreferenced
219
219
Nkind: N_Pragma
220
220
--
221
221
Occurs: 1 times
222
- Calling function: Process_Declaration
223
- Error message: Subprogram body stub declaration
224
- Nkind: N_Subprogram_Body_Stub
225
- --
226
- Occurs: 1 times
227
222
Calling function: Process_Statement
228
223
Error message: Extended return statement
229
224
Nkind: N_Extended_Return_Statement
Original file line number Diff line number Diff line change 1
- Occurs: 7 times
2
- Calling function: Process_Declaration
3
- Error message: Subprogram body stub declaration
4
- Nkind: N_Subprogram_Body_Stub
5
- --
6
- Occurs: 6 times
1
+ Occurs: 27 times
7
2
Calling function: Do_Expression
8
3
Error message: Unknown expression kind
9
4
Nkind: N_Expanded_Name
10
5
--
11
- Occurs: 5 times
12
- Calling function: Do_Procedure_Call_Statement
13
- Error message: sym id not in symbol table
14
- Nkind: N_Procedure_Call_Statement
15
- --
16
- Occurs: 2 times
6
+ Occurs: 3 times
17
7
Calling function: Do_While_Statement
18
8
Error message: Wrong Nkind spec
19
9
Nkind: N_Loop_Statement
@@ -28,6 +18,11 @@ Calling function: Do_Base_Range_Constraint
28
18
Error message: unsupported upper range kind
29
19
Nkind: N_Attribute_Reference
30
20
--
21
+ Occurs: 1 times
22
+ Calling function: Do_Expression
23
+ Error message: Unknown expression kind
24
+ Nkind: N_Range
25
+ --
31
26
Occurs: 5 times
32
27
Redacted compiler error message:
33
28
"REDACTED" not declared in "REDACTED"
You can’t perform that action at this time.
0 commit comments