source: tests/.expect/alloc-ERROR.x64.txt@ b86dd969

stuck-waitfor-destruct
Last change on this file since b86dd969 was 17fa94f, checked in by Andrew Beach <ajbeach@…>, 15 months ago

Reworked some nodes so they can be typed or untyped. This allowed me to remove TranslationDeps as the type information is only needed in the candidate finder, which can easily insert it.

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