This is the mail archive of the gcc-patches@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: 64-bit mn10300 prologue bug



  In message <orzopnljtf.fsf@saci.lsd.ic.unicamp.br>you write:
  > I picked `long' because it's guaranteed to be at least 32 bits long,
  > and that's exactly the number of bits we need.  Not that more bits
  > would hurt (they wouldn't), but I'd rather not go for a `long long'
  > when a `long' will do.
The only time a HOST_WIDE_INT will be a long long will be when the target
needs to support something like TImode and the host only as 32bit longs.  ie,
very very rarely.  99% of the time HOST_WIDE_INT will be a "long".



jeff


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