source: src/tests/.expect/alloc-ERROR.txt@ a8615fd1

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr no_list persistent-indexer pthread-emulation qualifiedEnum
Last change on this file since a8615fd1 was fc67d6f, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

update alloc test, and trigger vector test

  • Property mode set to 100644
File size: 1.1 KB
Line 
1alloc.c:264:1 error: No reasonable alternatives for expression Applying untyped:
2 Name: ?=?
3...to:
4 Name: p
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: Applying untyped:
14 Name: *?
15 ...to:
16 Name: stp
17
18
19
20
21alloc.c:265:1 error: No reasonable alternatives for expression Applying untyped:
22 Name: ?=?
23...to:
24 Name: p
25 Applying untyped:
26 Name: alloc
27 ...to:
28 Name: stp
29 Applying untyped:
30 Name: ?*?
31 ...to:
32 Name: dim
33 Sizeof Expression on: Applying untyped:
34 Name: *?
35 ...to:
36 Name: stp
37
38
39
40
41alloc.c:266:1 error: No reasonable alternatives for expression Applying untyped:
42 Name: ?=?
43...to:
44 Name: p
45 Applying untyped:
46 Name: memset
47 ...to:
48 Name: stp
49 constant expression (10 10: signed int)
50
51
52alloc.c:267:1 error: No reasonable alternatives for expression Applying untyped:
53 Name: ?=?
54...to:
55 Name: p
56 Applying untyped:
57 Name: memcpy
58 ...to:
59 Address of:
60 Name: st1
61 Address of:
62 Name: st
63
64
Note: See TracBrowser for help on using the repository browser.