#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?
Note: See
TracTickets for help on using
tickets.
This should be fixed now ("experimental").
unsigned-integer64
has been added a few commits earlier. Thanks for reporting this.