emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Arithmetic range error


From: Eli Zaretskii
Subject: Re: Arithmetic range error
Date: Fri, 08 Feb 2019 15:19:14 +0200

> From: Robert Pluim <address@hidden>
> Date: Fri, 08 Feb 2019 14:15:15 +0100
> Cc: address@hidden
> 
> > most-positive-fixnum:
> > 536870911
> >
> 
> And that shows that Iʼd forgotten about the tag bits in emacs
> integers. 'floor' is trying to convert 1549541220, which is greater
> than your most-positive-fixnum.
> 
> You can either switch to a 64 bit platform, or try rebuilding emacs
> with '--wide-int', which will attempt to use 62 bit integers (or
> switch to the unreleased emacs-27, which has essentially unbounded
> integers).

All true, but we still didn't drop support for 32-bit platforms
without wide-int (and don't plan to do so any time soon), so we should
fix this for those platforms' sake.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]