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

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 59073fd was cdbfab0, checked in by Rob Schluntz <rschlunt@…>, 6 years ago

Remove unsafe void * constructors and assignment operators from prelude [closes #24] [fixes #51]

  • Property mode set to 100644
File size: 791 bytes
Line 
1alloc.c:259:1 error: No reasonable alternatives for expression Applying untyped:
2  Name: ?=?
3...to:
4  Name: p
5  Applying untyped:
6    Name: alloc
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:260:1 error: No reasonable alternatives for expression Applying untyped:
22  Name: ?=?
23...to:
24  Name: p
25  Applying untyped:
26    Name: memset
27  ...to:
28    Name: stp
29    constant expression (10 10: signed int)
30
31
32alloc.c:261:1 error: No reasonable alternatives for expression Applying untyped:
33  Name: ?=?
34...to:
35  Name: p
36  Applying untyped:
37    Name: memcpy
38  ...to:
39    Address of:
40      Name: st1
41    Address of:
42      Name: st
43
44
Note: See TracBrowser for help on using the repository browser.