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: GCC build failed with your patch on 2001-01-09T11:35:00Z.



  In message <200101092020.PAA25574@mal-ach.watson.ibm.com>you write:
  > 	It's not just slowing down a 32-bit target, it is slowing down a
  > 32x64 cross when the developer does not want it.
For proper 32x64 HOST_WIDE_INT must be a 64bit type.  Yes, things appear to
mostly work if it isn't, but eventually it's going to break if you stress
the tools enough.

I'm not arguing for or against Alex's patch right now (I'm still reading
the thread), but I wanted to make sure that everyone knows there are
correctness issues this patch is trying to address.


jeff


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