This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Preprocessor arithmetic


>>>>> "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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]