[Ada] Standard.Interger'Size = 32?
Robert Dewar
dewar@adacore.com
Sun Mar 6 14:19:00 GMT 2005
Laurent GUERBY wrote:
> Getting GNAT to be hosted on a 16 bit machine is probably not
> workable. On the other side, targetting a 16 bit machine from a >= 32
> bit host should be doable for Ada.
No question about that, the issue is whether type Integer can
or cannot be 16 bits. As I said before, I suspect that making
Integer 16 bits, while certainly possible, would not be easy,
and you would find numerous issues to be fixed in the run time.
Of course if you write bare bones programs not using the run
time things should be much easier.
More information about the Gcc
mailing list