GMP 4.2.4 fails make check t-mul on hppa-linux
Laurent GUERBY
laurent at guerby.net
Fri Jul 31 09:04:44 CEST 2009
Hi,
On compile farm machine gcc61 using system GCC 4.3.2-1.1 from Debian GMP
4.2.4 configured as:
./configure --prefix=/opt/cfarm/gmp-4.2.4 --disable-shared --enable-cxx
...
using ABI="2.0n"
CC="gcc"
CFLAGS="-O2 -mpa-risc-2-0"
CPPFLAGS=""
CXX="g++"
CXXFLAGS="-O2 -mpa-risc-2-0"
MPN_PATH=" pa64 generic"
...
builds and install successfully but make check fails at least one test:
ERROR: incorrect plain product in test 44
op1 = 3FFFFFFFFFFFFFFFFFFFFFFFF...0000000000000000000000000 [2901]
op2 = FFFFFFFFFFFFFFFFFFFFFFFFF...0000000000000000000000000 [3526]
product = 3FFFFFFFFFFFFFFFFFFFFFFFF...0000000000000000000000000 [6427]
ref_product = 3FFFFFFFFFFFFFFFFFFFFFFFF...0000000000000000000000000 [6427]
/bin/sh: line 4: 9385 Aborted ${dir}$tst
FAIL: t-mul
t-tdiv currently seems not to finish so make check is stuck.
Sincerely,
Laurent
More information about the gmp-bugs
mailing list