On Friday, May 6 2022, "Matthias Gehre" wrote to "lennox" saying:
> Jakub Jelinek wrote: > > Rather than uint32_t, wouldn't using the word size (64-bit for lp64, 32-bit > for ilp32) be better? > Is there a portable way to specify this in C? (size_t, uintptr_t?) And is the > word size > clearly defined for each target? (I'm not a backend expert). Wouldn't this just be 'unsigned long' by definition? -- Jonathan Lennox len...@cs.columbia.edu