Massive failure

Marc Glisse marc.glisse at inria.fr
Fri Jan 3 11:53:46 UTC 2014


On Fri, 3 Jan 2014, Marc Glisse wrote:

>> I bet their limits.h is plain and simply broken.
>
> That's sad, I was hoping to use limits.h more in GMP :-(
> I'd still like to find out what is broken, see if we can work around it 
> without disabling the whole thing.

They have an unconditional:

#define __ULONG_MAX     0xffffffffffffffffUL    /* max for an unsigned long */
#define __LONG_MAX      0x7fffffffffffffffL     /* max for a long */

that's plain broken, I guess freebsd shouldn't be considered a biarch 
system.

-- 
Marc Glisse


More information about the gmp-devel mailing list