primitive type size

Jonathan Wakely jwakely.gcc@gmail.com
Fri Oct 6 11:20:00 GMT 2017


On 6 October 2017 at 11:45, Onorato Vaticone wrote:
> that is a relevant piece of information! Thanks a lot.
> Based on what you've said gcc doesn't care if Linux is 32 or 64 bit (i.e.:
> using ILP32 or LP64) as it just refers to the psABI. Is this correct? Do you

It certainly _cares_, because it needs to know whether it's generating
32-bit or 64-bit code, but it supports both. And it doesn't make up
its own rules, it follows the psABI for the processor.


> guys have more info on this? white paper, post, code to look, etc ?

More info on what? The psABI or the fact that GCC uses it?

What exactly are you trying to find out? And why are you asking on the
libstdc++ list?



More information about the Libstdc++ mailing list