t-scan from GMP-4.3.2 [was: t-lucnum_ui segfaults]

2021-02-28 Thread Marco Bodrato
Ciao, Il 2021-02-28 20:41 Paul Dufresne ha scritto: PASS: t-lucnum_ui t-lucnum_ui does not segfault, it passes. /bin/bash : ligne 4 : 116921 Erreur de segmentation  (core dumped) ${dir}$tst FAIL: t-scan t-scan triggers the error. make[2] : on quitte le répertoire « 

t-lucnum_ui segfaults

2021-02-28 Thread Paul Dufresne
make  check-TESTS make[4] : on entre dans le répertoire «  /home/paul/gpc2/gcc-4.6.4/gmp-4.3.2/tests/mpz » PASS: t-addsub PASS: t-cmp PASS: t-mul PASS: t-mul_i PASS: t-tdiv PASS: t-tdiv_ui PASS: t-fdiv PASS: t-fdiv_ui PASS: t-cdiv_ui PASS: t-gcd PASS: t-gcd_ui PASS: t-lcm PASS: dive

Re: t-lucnum_ui segfaults

2021-02-28 Thread Torbjörn Granlund
Paul Dufresne writes: make[4] : on entre dans le répertoire «  /home/paul/gpc2/gcc-4.6.4/gmp-4.3.2/tests/mpz » Are you seriously using GMP 4.3.2? It is 11 years old! Please use some slightly less obsolete release. -- Torbjörn Please encrypt, key id 0xC8601622

Re: Warning when using gmp 64 bits in vcpkg

2021-02-28 Thread Torbjörn Granlund
Cristofer Martins writes: The warning is as follows(MSVC) "warning C4146: unary minus operator applied to unsigned type, result still unsigned" Line 2240 inside gmp.h code "*__gmp_rp = (- *__gmp_up) & GMP_NUMB_MASK;" I hope its fixed since its create warnings for all files that includes

Warning when using gmp 64 bits in vcpkg

2021-02-28 Thread Cristofer Martins
The warning is as follows(MSVC) "warning C4146: unary minus operator applied to unsigned type, result still unsigned" Line 2240 inside gmp.h code "*__gmp_rp = (- *__gmp_up) & GMP_NUMB_MASK;" I hope its fixed since its create warnings for all files that includes gmp.h