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: HOST_WIDE_INT broken for x86 on mainline


On May 12, 2001, Neil Booth <neil@daikokuya.demon.co.uk> wrote:

> Why?  Surely the correct fix is just to have an arbitrary-precision
> integer library, optimised as appropriate for the native case.

This would require a lot of work.  A lot of code currently assumes
size_t and ptrdiff_t fit in a CONST_INT.  But it is certainly a target
to aim at.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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