On 05/19/2017 10:05 AM, Bernd Edlinger wrote:
hwi cannot be the root cause of the problem, because it can only be long_integer_type_node or long_long_integer_type_node, otherwise an error would be triggered.
that's the error I made with the static fns. PCH moves things around, so anything that can be streamed via PCH must be GTY marked. Also, I'm not sure if the current GC is a compacting GC (given PCH can compact things?)
nathan -- Nathan Sidwell