make check failure

Lewis Donzis lew at pt.net
Thu Aug 30 16:13:31 CEST 2012


Attempting to compile GMP 5.0.5 on QNX 6.5.0SP1, and having what looks
like the same problem as was reported here:
<http://permalink.gmane.org/gmane.comp.lib.gmp.bugs/2744>
http://permalink.gmane.org/gmane.comp.lib.gmp.bugs/2744:
 
mpn_get_d wrong on 2^n
   bit      0
   exp      0
   want_bit 0
   sign     0
   n        =0x1
   nsize    1
   want     =[00 00 00 00 00 00 F0 3F] 1
   got      =[00 00 10 00 00 00 00 00] 5.180653786536309363e-318
Abort (core dumped) 
FAIL: t-get_d

 
The error occurs on "make check" (see below).  No special options were
used when configuring or compiling.  gcc 4.4.2 is used on this platform.
 
Here is the output from "uname -a"
   QNX q650 6.5.0 2012/06/20-13:50:59EDT x86pc x86
 
Here is the output from "./config.guess":
# ./config.guess
core2-pc-nto-qnx6.5.0
 
Here is the output from "./configfsf.guess":

# ./configfsf.guess
sh: ./configfsf.guess: cannot execute - Permission denied
# ls -l ./configfsf.guess
-rw-r--r--  1 1001      root          44343 May 06 06:19 ./configfsf.guess
# chmod +x ./configfsf.guess
# ./configfsf.guess          
i386-pc-nto-qnx6.5.0
 
Below is the output from ./configure, followed by the output from "make
check".
 
Thank you for your help,
 
lew
 
# ./configure
checking build system type... core2-pc-nto-qnx6.5.0
checking host system type... core2-pc-nto-qnx6.5.0
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking compiler gcc -O2 -pedantic -m64 ... no
checking ABI=32
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer ... yes
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer has
sizeof(long)==4... yes
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2... yes
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2
-march=core2... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached)
-std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking build system compiler gcc -std=gnu99... yes
checking for build system preprocessor... gcc -std=gnu99 -E
checking for build system executable suffix... 
checking whether build system compiler is ANSI... yes
checking for build system compiler math library... -lm
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking if the assembler knows about MMX instructions... yes
checking if the assembler knows about SSE2 instructions... yes
using ABI="32"
      CC="gcc -std=gnu99"
      CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2
-march=core2"
      CPPFLAGS=""
      MPN_PATH=" x86/core2 x86/p6/sse2 x86/p6/p3mmx x86/p6/mmx x86/p6 x86
generic"
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking whether assembler supports --noexecstack option... no
checking for ar... ar
checking for BSD- or MS-compatible name lister (nm)...
/usr/qnx650/host/qnx6/x86/usr/bin/nm -B
checking the name lister (/usr/qnx650/host/qnx6/x86/usr/bin/nm -B)
interface... BSD nm
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc -std=gnu99...
/usr/qnx650/host/qnx6/x86/usr/bin/ntox86-ld
checking if the linker (/usr/qnx650/host/qnx6/x86/usr/bin/ntox86-ld) is
GNU ld... yes
checking whether ln -s works... yes
checking the maximum length of command line arguments... 46080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert core2-pc-nto-qnx6.5.0 file names to
core2-pc-nto-qnx6.5.0 format... func_convert_file_noop
checking how to convert core2-pc-nto-qnx6.5.0 file names to toolchain
format... func_convert_file_noop
checking for /usr/qnx650/host/qnx6/x86/usr/bin/ntox86-ld option to reload
object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... print -r --
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/qnx650/host/qnx6/x86/usr/bin/nm -B output
from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -shared -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -shared -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker
(/usr/qnx650/host/qnx6/x86/usr/bin/ntox86-ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... ldqnx.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking invent.h usability... no
checking invent.h presence... no
checking for invent.h... no
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking sys/iograph.h usability... no
checking sys/iograph.h presence... no
checking for sys/iograph.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... no
checking sys/sysinfo.h presence... no
checking for sys/sysinfo.h... no
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/resource.h... yes
checking for sys/sysctl.h... yes
checking for machine/hal_sysinfo.h... no
checking whether fgetc is declared... yes
checking whether fscanf is declared... yes
checking whether optarg is declared... yes
checking whether ungetc is declared... yes
checking whether vfprintf is declared... yes
checking whether sys_errlist is declared... yes
checking whether sys_nerr is declared... yes
checking return type of signal handlers... void
checking for intmax_t... yes
checking for long double... yes
checking for long long... yes
checking for ptrdiff_t... yes
checking for quad_t... no
checking for uint_least32_t... yes
checking for intptr_t... yes
checking for preprocessor stringizing operator... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking whether <stdarg.h> exists and works... yes
checking whether gcc __attribute__ ((const)) works... yes
checking whether gcc __attribute__ ((malloc)) works... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking for inline... inline
checking for cos in -lm... yes
checking for working alloca.h... yes
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... no
checking format of `double' floating point... od: illegal option -- b
od: illegal option -- b
unknown 
configure: WARNING: Could not determine float format.
configure: WARNING: Conversions to and from "double" may be slow.
checking for alarm... yes
checking for attr_get... no
checking for clock... yes
checking for clock_gettime... yes
checking for cputime... no
checking for getpagesize... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for getsysinfo... no
checking for localeconv... yes
checking for memset... yes
checking for mmap... yes
checking for mprotect... yes
checking for nl_langinfo... no
checking for obstack_vprintf... no
checking for popen... yes
checking for processor_info... no
checking for pstat_getprocessor... no
checking for raise... yes
checking for read_real_time... no
checking for sigaction... yes
checking for sigaltstack... no
checking for sigstack... no
checking for syssgi... no
checking for strchr... yes
checking for strerror... yes
checking for strnlen... no
checking for strtol... yes
checking for strtoul... yes
checking for sysconf... yes
checking for sysctl... no
checking for sysctlbyname... no
checking for times... yes
checking for vsnprintf... yes
checking whether vsnprintf works... yes
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... no
checking for suitable m4... m4
checking if m4wrap produces spurious output... no
checking how to switch to text section... .text
checking how to switch to data section... .data
checking for assembler label suffix... :
checking for assembler global directive... .globl
checking for assembler global directive attribute... 
checking if globals are prefixed by underscore... no
checking how to switch to read-only data section...     .section
.rodata
checking for assembler .type directive... .type $1,@$2
checking for assembler .size directive... .size $1,$2
checking for assembler local label prefix... .L
checking for assembler byte directive... .byte
checking how to define a 32-bit word... .long
checking if .align assembly directive is logarithmic... no
checking if the .align directive accepts an 0x90 fill in .text... yes
checking for assembler COFF type directives... no
checking if _GLOBAL_OFFSET_TABLE_ is prefixed by underscore... no
checking if the assembler takes cl with shldl... yes
checking size of void *... 4
checking size of unsigned short... 2
checking size of unsigned... 4
checking size of unsigned long... 4
checking size of mp_limb_t... 4
checking for stack_t... yes
checking for tputs in -lncurses... yes
checking for readline in -lreadline... no
checking readline detected... no
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for ranlib... (cached) ranlib
creating config.m4
configure: creating ./config.status
config.status: creating demos/pexpr-config.h
config.status: creating demos/calc/calc-config.h
config.status: creating Makefile
config.status: creating mpbsd/Makefile
config.status: creating mpf/Makefile
config.status: creating mpn/Makefile
config.status: creating mpq/Makefile
config.status: creating mpz/Makefile
config.status: creating printf/Makefile
config.status: creating scanf/Makefile
config.status: creating cxx/Makefile
config.status: creating tests/Makefile
config.status: creating tests/devel/Makefile
config.status: creating tests/mpbsd/Makefile
config.status: creating tests/mpf/Makefile
config.status: creating tests/mpn/Makefile
config.status: creating tests/mpq/Makefile
config.status: creating tests/mpz/Makefile
config.status: creating tests/rand/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/cxx/Makefile
config.status: creating doc/Makefile
config.status: creating tune/Makefile
config.status: creating demos/Makefile
config.status: creating demos/calc/Makefile
config.status: creating demos/expr/Makefile
config.status: creating gmp.h
config.status: creating mp.h
config.status: creating config.h
config.status: linking mpn/generic/add.c to mpn/add.c
config.status: linking mpn/generic/add_1.c to mpn/add_1.c
config.status: linking mpn/x86/p6/aors_n.asm to mpn/add_n.asm
config.status: linking mpn/generic/sub.c to mpn/sub.c
config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
config.status: linking mpn/x86/p6/aors_n.asm to mpn/sub_n.asm
config.status: linking mpn/generic/neg.c to mpn/neg.c
config.status: linking mpn/generic/com.c to mpn/com.c
config.status: linking mpn/x86/p6/sse2/mul_1.asm to mpn/mul_1.asm
config.status: linking mpn/x86/p6/sse2/addmul_1.asm to mpn/addmul_1.asm
config.status: linking mpn/x86/p6/sse2/submul_1.asm to mpn/submul_1.asm
config.status: linking mpn/x86/p6/mmx/lshift.asm to mpn/lshift.asm
config.status: linking mpn/x86/p6/mmx/rshift.asm to mpn/rshift.asm
config.status: linking mpn/x86/p6/dive_1.asm to mpn/dive_1.asm
config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
config.status: linking mpn/generic/divis.c to mpn/divis.c
config.status: linking mpn/generic/divrem.c to mpn/divrem.c
config.status: linking mpn/x86/p6/mmx/divrem_1.asm to mpn/divrem_1.asm
config.status: linking mpn/x86/divrem_2.asm to mpn/divrem_2.asm
config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
config.status: linking mpn/x86/p6/mod_34lsub1.asm to mpn/mod_34lsub1.asm
config.status: linking mpn/x86/p6/mode1o.asm to mpn/mode1o.asm
config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status: linking mpn/generic/dump.c to mpn/dump.c
config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
config.status: linking mpn/x86/p6/sse2/mod_1_4.asm to mpn/mod_1_4.asm
config.status: linking mpn/generic/lshiftc.c to mpn/lshiftc.c
config.status: linking mpn/generic/mul.c to mpn/mul.c
config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
config.status: linking mpn/generic/sqr.c to mpn/sqr.c
config.status: linking mpn/x86/p6/sse2/mul_basecase.asm to
mpn/mul_basecase.asm
config.status: linking mpn/x86/p6/sse2/sqr_basecase.asm to
mpn/sqr_basecase.asm
config.status: linking mpn/generic/nussbaumer_mul.c to
mpn/nussbaumer_mul.c
config.status: linking mpn/generic/random.c to mpn/random.c
config.status: linking mpn/generic/random2.c to mpn/random2.c
config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status: linking mpn/generic/get_str.c to mpn/get_str.c
config.status: linking mpn/generic/set_str.c to mpn/set_str.c
config.status: linking mpn/generic/scan0.c to mpn/scan0.c
config.status: linking mpn/generic/scan1.c to mpn/scan1.c
config.status: linking mpn/x86/p6/sse2/popcount.asm to mpn/popcount.asm
config.status: linking mpn/x86/p6/p3mmx/popham.asm to mpn/hamdist.asm
config.status: linking mpn/generic/cmp.c to mpn/cmp.c
config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status: linking mpn/generic/gcd.c to mpn/gcd.c
config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c
config.status: linking mpn/generic/gcd_subdiv_step.c to
mpn/gcd_subdiv_step.c
config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
config.status: linking mpn/generic/gcdext_subdiv_step.c to
mpn/gcdext_subdiv_step.c
config.status: linking mpn/generic/div_q.c to mpn/div_q.c
config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
config.status: linking mpn/generic/get_d.c to mpn/get_d.c
config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
config.status: linking mpn/generic/mullo_basecase.c to
mpn/mullo_basecase.c
config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
config.status: linking mpn/generic/toom_couple_handling.c to
mpn/toom_couple_handling.c
config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to
mpn/toom_eval_dgr3_pm1.c
config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to
mpn/toom_eval_dgr3_pm2.c
config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
config.status: linking mpn/generic/toom_eval_pm2exp.c to
mpn/toom_eval_pm2exp.c
config.status: linking mpn/generic/toom_eval_pm2rexp.c to
mpn/toom_eval_pm2rexp.c
config.status: linking mpn/generic/toom_interpolate_5pts.c to
mpn/toom_interpolate_5pts.c
config.status: linking mpn/generic/toom_interpolate_6pts.c to
mpn/toom_interpolate_6pts.c
config.status: linking mpn/generic/toom_interpolate_7pts.c to
mpn/toom_interpolate_7pts.c
config.status: linking mpn/generic/toom_interpolate_8pts.c to
mpn/toom_interpolate_8pts.c
config.status: linking mpn/generic/toom_interpolate_12pts.c to
mpn/toom_interpolate_12pts.c
config.status: linking mpn/generic/toom_interpolate_16pts.c to
mpn/toom_interpolate_16pts.c
config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
config.status: linking mpn/generic/invert.c to mpn/invert.c
config.status: linking mpn/generic/binvert.c to mpn/binvert.c
config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
config.status: linking mpn/generic/sbpi1_divappr_q.c to
mpn/sbpi1_divappr_q.c
config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
config.status: linking mpn/generic/dcpi1_divappr_q.c to
mpn/dcpi1_divappr_q.c
config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
config.status: linking mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c
config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
config.status: linking mpn/generic/divexact.c to mpn/divexact.c
config.status: linking mpn/x86/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c
config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
config.status: linking mpn/generic/powm.c to mpn/powm.c
config.status: linking mpn/generic/powlo.c to mpn/powlo.c
config.status: linking mpn/generic/powm_sec.c to mpn/powm_sec.c
config.status: linking mpn/generic/subcnd_n.c to mpn/subcnd_n.c
config.status: linking mpn/generic/redc_1_sec.c to mpn/redc_1_sec.c
config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
config.status: linking mpn/generic/remove.c to mpn/remove.c
config.status: linking mpn/generic/logops_n.c to mpn/and_n.c
config.status: linking mpn/generic/logops_n.c to mpn/andn_n.c
config.status: linking mpn/generic/logops_n.c to mpn/nand_n.c
config.status: linking mpn/generic/logops_n.c to mpn/ior_n.c
config.status: linking mpn/generic/logops_n.c to mpn/iorn_n.c
config.status: linking mpn/generic/logops_n.c to mpn/nior_n.c
config.status: linking mpn/generic/logops_n.c to mpn/xor_n.c
config.status: linking mpn/generic/logops_n.c to mpn/xnor_n.c
config.status: linking mpn/x86/copyi.asm to mpn/copyi.asm
config.status: linking mpn/x86/p6/copyd.asm to mpn/copyd.asm
config.status: linking mpn/generic/zero.c to mpn/zero.c
config.status: linking mpn/x86/umul.asm to mpn/umul.asm
config.status: linking mpn/x86/udiv.asm to mpn/udiv.asm
config.status: linking mpn/x86/invert_limb.asm to mpn/invert_limb.asm
config.status: linking mpn/x86/p6/sse2/gmp-mparam.h to gmp-mparam.h
config.status: executing libtool commands
 
# make check
make  check-recursive
make[1]: Entering directory `/shared/3rdparty/gmp-5.0.5'
Making check in tests
make[2]: Entering directory `/shared/3rdparty/gmp-5.0.5/tests'
Making check in .
make[3]: Entering directory `/shared/3rdparty/gmp-5.0.5/tests'
make  libtests.la t-bswap t-constants t-count_zeros t-gmpmax t-hightomask
t-modlinv t-popc t-parity t-sub
make[4]: Entering directory `/shared/3rdparty/gmp-5.0.5/tests'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o memory.lo memory.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c memory.c
-fPIC -shared -DPIC -o .libs/memory.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c memory.c -o
memory.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o misc.lo misc.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c misc.c  -fPIC
-shared -DPIC -o .libs/misc.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c misc.c -o
misc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o refmpf.lo refmpf.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c refmpf.c
-fPIC -shared -DPIC -o .libs/refmpf.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c refmpf.c -o
refmpf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o refmpn.lo refmpn.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c refmpn.c
-fPIC -shared -DPIC -o .libs/refmpn.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c refmpn.c -o
refmpn.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o refmpq.lo refmpq.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c refmpq.c
-fPIC -shared -DPIC -o .libs/refmpq.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c refmpq.c -o
refmpq.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o refmpz.lo refmpz.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c refmpz.c
-fPIC -shared -DPIC -o .libs/refmpz.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c refmpz.c -o
refmpz.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o spinner.lo spinner.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c spinner.c
-fPIC -shared -DPIC -o .libs/spinner.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c spinner.c -o
spinner.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o trace.lo trace.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c trace.c  -fPIC
-shared -DPIC -o .libs/trace.o
trace.c: In function 'mpz_tracen':
trace.c:126: warning: ISO C forbids braced-groups within expressions
trace.c: In function 'mpn_tracen':
trace.c:172: warning: ISO C forbids braced-groups within expressions
trace.c: In function 'byte_tracen':
trace.c:292: warning: ISO C forbids braced-groups within expressions
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c trace.c -o
trace.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc
-std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2  `test -f 'x86call.asm' ||
echo './'`x86call.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c
-DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 x86call.asm  -fPIC -shared -DPIC -o
.libs/x86call.o
m4  -DHAVE_CONFIG_H -DPIC x86call.asm >tmp-x86call.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 tmp-x86call.s -fPIC -shared
-DPIC -o .libs/x86call.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c
-DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 x86call.asm -o x86call.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -c -o x86check.lo x86check.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c x86check.c
-fPIC -shared -DPIC -o .libs/x86check.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c x86check.c -o
x86check.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o libtests.la
memory.lo misc.lo refmpf.lo refmpn.lo refmpq.lo refmpz.lo spinner.lo
trace.lo x86call.lo x86check.lo ../libgmp.la 
libtool: link: ar cq .libs/libtests.a .libs/memory.o .libs/misc.o
.libs/refmpf.o .libs/refmpn.o .libs/refmpq.o .libs/refmpz.o
.libs/spinner.o .libs/trace.o .libs/x86call.o .libs/x86check.o 
libtool: link: ranlib .libs/libtests.a
libtool: link: ( cd ".libs" && rm -f "libtests.la" && ln -s
"../libtests.la" "libtests.la" )
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-bswap.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-bswap
t-bswap.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-bswap t-bswap.o  ./.libs/libtests.a
/shared/3rdparty/gmp-5.0.5/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath
-Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-constants.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-constants
t-constants.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-constants t-constants.o
./.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-count_zeros.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o
t-count_zeros t-count_zeros.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-count_zeros t-count_zeros.o
./.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-gmpmax.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-gmpmax
t-gmpmax.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-gmpmax t-gmpmax.o  ./.libs/libtests.a
/shared/3rdparty/gmp-5.0.5/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath
-Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-hightomask.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-hightomask
t-hightomask.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-hightomask t-hightomask.o
./.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-modlinv.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-modlinv
t-modlinv.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-modlinv t-modlinv.o
./.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-popc.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-popc
t-popc.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-popc t-popc.o  ./.libs/libtests.a
/shared/3rdparty/gmp-5.0.5/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath
-Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-parity.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-parity
t-parity.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-parity t-parity.o  ./.libs/libtests.a
/shared/3rdparty/gmp-5.0.5/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath
-Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I..    -m32 -O2 -pedantic
-fomit-frame-pointer -mtune=core2 -march=core2 -c t-sub.c
/bin/sh ../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-sub
t-sub.o libtests.la ../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-sub t-sub.o  ./.libs/libtests.a
/shared/3rdparty/gmp-5.0.5/.libs/libgmp.so ../.libs/libgmp.so -Wl,-rpath
-Wl,/usr/local/lib
make[4]: Leaving directory `/shared/3rdparty/gmp-5.0.5/tests'
make  check-TESTS
make[4]: Entering directory `/shared/3rdparty/gmp-5.0.5/tests'
PASS: t-bswap
PASS: t-constants
PASS: t-count_zeros
PASS: t-gmpmax
PASS: t-hightomask
PASS: t-modlinv
PASS: t-popc
PASS: t-parity
PASS: t-sub
==================
All 9 tests passed
==================
make[4]: Leaving directory `/shared/3rdparty/gmp-5.0.5/tests'
make[3]: Leaving directory `/shared/3rdparty/gmp-5.0.5/tests'
Making check in devel
make[3]: Entering directory `/shared/3rdparty/gmp-5.0.5/tests/devel'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/shared/3rdparty/gmp-5.0.5/tests/devel'
Making check in mpn
make[3]: Entering directory `/shared/3rdparty/gmp-5.0.5/tests/mpn'
make  t-asmtype t-aors_1 t-divrem_1 t-mod_1 t-fat t-get_d t-instrument
t-iord_u t-mp_bases t-perfsqr t-scan logic t-toom22 t-toom32 t-toom33
t-toom42 t-toom43 t-toom44 t-toom52 t-toom53 t-toom62 t-toom63 t-toom6h
t-toom8h t-mul t-mullo t-mulmod_bnm1 t-sqrmod_bnm1 t-hgcd t-matrix22
t-invert t-div t-bdiv
make[4]: Entering directory `/shared/3rdparty/gmp-5.0.5/tests/mpn'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c
t-asmtype.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-asmtype
t-asmtype.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-asmtype t-asmtype.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-aors_1.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-aors_1
t-aors_1.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-aors_1 t-aors_1.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c
t-divrem_1.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-divrem_1
t-divrem_1.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-divrem_1 t-divrem_1.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-mod_1.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-mod_1
t-mod_1.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-mod_1 t-mod_1.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-fat.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-fat
t-fat.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-fat t-fat.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-get_d.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-get_d
t-get_d.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-get_d t-get_d.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c
t-instrument.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-instrument
t-instrument.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-instrument t-instrument.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-iord_u.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-iord_u
t-iord_u.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-iord_u t-iord_u.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c
t-mp_bases.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-mp_bases
t-mp_bases.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-mp_bases t-mp_bases.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c
t-perfsqr.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-perfsqr
t-perfsqr.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-perfsqr t-perfsqr.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-scan.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-scan
t-scan.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-scan t-scan.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c logic.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o logic
logic.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/logic logic.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom22.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom22
t-toom22.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom22 t-toom22.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom32.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom32
t-toom32.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom32 t-toom32.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom33.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom33
t-toom33.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom33 t-toom33.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom42.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom42
t-toom42.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom42 t-toom42.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom43.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom43
t-toom43.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom43 t-toom43.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom44.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom44
t-toom44.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom44 t-toom44.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom52.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom52
t-toom52.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom52 t-toom52.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom53.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom53
t-toom53.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom53 t-toom53.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom62.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom62
t-toom62.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom62 t-toom62.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom63.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom63
t-toom63.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom63 t-toom63.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom6h.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom6h
t-toom6h.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom6h t-toom6h.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-toom8h.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-toom8h
t-toom8h.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-toom8h t-toom8h.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-mul.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-mul
t-mul.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-mul t-mul.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-mullo.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-mullo
t-mullo.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-mullo t-mullo.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c
t-mulmod_bnm1.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o
t-mulmod_bnm1 t-mulmod_bnm1.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-mulmod_bnm1 t-mulmod_bnm1.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c
t-sqrmod_bnm1.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o
t-sqrmod_bnm1 t-sqrmod_bnm1.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-sqrmod_bnm1 t-sqrmod_bnm1.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-hgcd.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-hgcd
t-hgcd.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-hgcd t-hgcd.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c
t-matrix22.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-matrix22
t-matrix22.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-matrix22 t-matrix22.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-invert.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-invert
t-invert.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-invert t-invert.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-div.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-div
t-div.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-div t-div.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../tests    -m32
-O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c t-bdiv.c
/bin/sh ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -m32 -O2
-pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -o t-bdiv
t-bdiv.o ../../tests/libtests.la ../../libgmp.la 
libtool: link: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer
-mtune=core2 -march=core2 -o .libs/t-bdiv t-bdiv.o
../../tests/.libs/libtests.a /shared/3rdparty/gmp-5.0.5/.libs/libgmp.so
../../.libs/libgmp.so -Wl,-rpath -Wl,/usr/local/lib
make[4]: Leaving directory `/shared/3rdparty/gmp-5.0.5/tests/mpn'
make  check-TESTS
make[4]: Entering directory `/shared/3rdparty/gmp-5.0.5/tests/mpn'
PASS: t-asmtype
PASS: t-aors_1
PASS: t-divrem_1
PASS: t-mod_1
PASS: t-fat
mpn_get_d wrong on 2^n
   bit      0
   exp      0
   want_bit 0
   sign     0
   n        =0x1
   nsize    1
   want     =[00 00 00 00 00 00 F0 3F] 1
   got      =[00 00 10 00 00 00 00 00] 5.180653786536309363e-318
Abort (core dumped) 
FAIL: t-get_d
PASS: t-instrument
PASS: t-iord_u
PASS: t-mp_bases
PASS: t-perfsqr
PASS: t-scan
PASS: logic
PASS: t-toom22
PASS: t-toom32
PASS: t-toom33
PASS: t-toom42
PASS: t-toom43
PASS: t-toom44
PASS: t-toom52
PASS: t-toom53
PASS: t-toom62
PASS: t-toom63
PASS: t-toom6h
PASS: t-toom8h
PASS: t-mul
PASS: t-mullo
PASS: t-mulmod_bnm1
PASS: t-sqrmod_bnm1
PASS: t-hgcd
PASS: t-matrix22
PASS: t-invert
PASS: t-div
PASS: t-bdiv
==========================================================================
============
1 of 33 tests failed
Please report to gmp-bugs at gmplib.org, see
http://gmplib.org/manual/Reporting-Bugs.html
==========================================================================
============
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/shared/3rdparty/gmp-5.0.5/tests/mpn'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/shared/3rdparty/gmp-5.0.5/tests/mpn'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/shared/3rdparty/gmp-5.0.5/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/shared/3rdparty/gmp-5.0.5'
make: *** [check] Error 2


More information about the gmp-bugs mailing list