Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#413 closed defect (fixed)

integer64 not working with let-location

Reported by: Moritz Heidkamp Owned by:
Priority: major Milestone: 4.9.0
Component: unknown Version: 4.6.0
Keywords: Cc:
Estimated difficulty:

Description

Using integer64 in let-location leads to this error:

Error: cannot compute size of location for foreign type `integer64'

Jim suggested asking why integer64 is missing from estimate-foreign-result-location-size which I am hereby doing :-)

Another thing I stumbled over is that unsigned-integer64 which I would expect to map to uint64_t doesn't seem to exist at all. Is this intentional?

Change History (3)

comment:1 Changed 13 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

This should be fixed now ("experimental"). unsigned-integer64 has been added a few commits earlier. Thanks for reporting this.

comment:2 Changed 13 years ago by felix winkelmann

Milestone: 4.7.04.8.0

Milestone 4.7.0 deleted

comment:3 Changed 11 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.