source: tests/.expect/alloc-ERROR.txt@ fc9d167

Last change on this file since fc9d167 was 2d743bd, checked in by Peter A. Buhr <pabuhr@…>, 7 months ago

update expected alloc-ERR files

  • Property mode set to 100644
File size: 904 bytes
Line 
1alloc.cfa:390:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
2 Name: ?=?
3...to:
4 Name: ip
5 Applying untyped:
6 Name: realloc
7 ...to:
8 Name: stp
9 Applying untyped:
10 Name: ?*?
11 ...to:
12 Name: dim
13 Sizeof Expression on: type-of expression Applying untyped:
14 Name: *?
15 ...to:
16 Name: stp
17
18
19
20
21alloc.cfa:391:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
22 Name: ?=?
23...to:
24 Name: ip
25 Applying untyped:
26 Name: memset
27 ...to:
28 Name: stp
29 Constant Expression (10: signed int)
30 ... with resolved type:
31 signed int
32
33
34alloc.cfa:392:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
35 Name: ?=?
36...to:
37 Name: ip
38 Applying untyped:
39 Name: memcpy
40 ...to:
41 Address of:
42 Name: st1
43 Address of:
44 Name: st
45
46
Note: See TracBrowser for help on using the repository browser.