This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PDP-10 backend for gcc
Alan Lehotsky <lehotsky@tiac.net> writes:
> It also occurs to me that you are going to have OTHER troubles
> unless you host on either the PDP-10 - (is there an existing C
> compiler) or run on an Alpha in 64 bit mode.
Yes, the plan is to host on a PDP-10, and yes, there is an existing C
compiler (called KCC), though I don't know of how much use it will be.
I guess the problem with hosting on 32-bit machies is that
calculations are done using int in gcc? How about HOST_WIDE_INT?