Re: note: documentation bug

2018-02-26 Thread Vincent Lefevre
Hi, On 2018-02-25 20:37:49 +0100, Stéphane Bosio wrote: > the following can be read: > >-- Function: void mpz_rrandomb (mpz_t ROP, gmp_randstate_t STATE, >   mp_bitcnt_t N) > Generate a random integer with long strings of zeros and ones in > the binary

note: documentation bug

2018-02-26 Thread Stéphane Bosio
Hello, I think there is an error in the following info section : * Random Number Functions::    Functions for generating random numbers. then *note Integer Random Numbers:: the following can be read: -- Function: void mpz_rrandomb (mpz_t ROP, gmp_randstate_t STATE,  

Re: [MPFR] Mac OS X power pc issue with C99

2018-02-26 Thread arnold
Hi. Thanks for this note. This boils down to being a compiler issue. I get the same problem trying to build current GMP on that system. I am now going through the process of bootstrapping a newer GCC on that system to see if that will help. If it does, I will then see if I can use newer versions