This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Standard.Interger'Size = 32?
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.