Preprocessor arithmetic

Mark Mitchell mark@codesourcery.com
Wed Nov 15 12:41:00 GMT 2000


>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:

    Richard> On the other hand, it would allow the compiler to
    Richard> function at all in cases where more than two host words
    Richard> are needed.

Yes.  I've been thinking about this for years, off an on.

EDG's compiler uses arbitrary numbers of host words, and that really
is necessary.  There are 32-bit chips without 64-bit data types, that
need to cross compile to 64-bit chips with 128-bit data types.
Whether we use gmp, or roll a small library of our own, we need this
functionality.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


More information about the Gcc mailing list