bug in gmp_fprintf still in next release?

2019-09-25 Thread paul zimmermann
Hi, four years ago [1] I reported an issue with gmp_fprintf in GMP 6.1.0, which cannot print correcly a number of 8589934589 bits (less than 2^33). I just checked with today's snapshot: the issue is still there. Will the next GMP release be still limited to less than 2^33 bits? Best

Re: error on mpz_inits and mpz_clears

2019-09-25 Thread Torbjörn Granlund
Rabindra Moirangthem writes: I got the error while compiling and I compiled using the command: gcc programname.c -lgmp The version of the gmp I am using is gmp-6.1.2 You need to ask for help locally, perhaps from a sysadmin, somebody who knows about linking and library paths work at your

Re: error on mpz_inits and mpz_clears

2019-09-25 Thread Rabindra Moirangthem
Hello, I got the error while compiling and I compiled using the command: gcc programname.c -lgmp The version of the gmp I am using is gmp-6.1.2 On Tue, Sep 24, 2019 at 5:59 PM Torbjörn Granlund wrote: > ni...@lysator.liu.se (Niels Möller) writes: > > Rabindra Moirangthem writes: > > > >

Re: error on mpz_inits and mpz_clears

2019-09-25 Thread Rabindra Moirangthem
Also, mpz_init and mpz_clear compile and run fine. The problem arises when I am using mpz_inits and mpz_clears. On Wed, Sep 25, 2019 at 10:19 AM Rabindra Moirangthem wrote: > Hello, > > I got the error while compiling and I compiled using the command: > gcc programname.c -lgmp > > The version