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: unreviewed patch for 3.0


  In message <200105181752.KAA23689@cygnus.com>you write:
  > Hi,
  > 
  > http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00365.html
  > 
  > This fixes hundreds of regressions on the h8300 port involving
  > float-int conversions.
My gut tells me this patch is wrong.

Fundamentally the issue at hand is how to deal with targets like the H8
which do not support 64bit wide variables and kludge things when building
libgcc (the -DDI=SI stuff in t-h8300).    We need a much cleaner solution
for handling these targets.

jeff


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