Just a bug in the test code. A very rare case is that un < vn. So before line 155 of tests/mpn/t-gcdext.c just put if (un < vn) continue;
Bill. On 26 May 2010 21:21, Jason Moxham <[email protected]> wrote: > I'm just testing the machines I guess are most likely to break things > > On t2 64bit > > PASS: t-dc_bdiv_qr > PASS: t-dc_bdiv_q > gcdext.c:1156: GNU MP assertion failed: an >= n > /bin/bash: line 1: 5208 Abort (core dumped) ${dir}$tst > FAIL: t-gcdext > PASS: st_fat > PASS: st_instrument > ============================================================= > 1 of 48 tests failed > Please report to http://groups.google.co.uk/group/mpir-devel/ > ============================================================= > make[4]: *** [check-TESTS] Error 1 > make[4]: Leaving directory `/scratch/jason/t2/tests/mpn' > make[3]: *** [check-am] Error 2 > make[3]: Leaving directory `/scratch/jason/t2/tests/mpn' > make[2]: *** [check-recursive] Error 1 > make[2]: Leaving directory `/scratch/jason/t2/tests' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/scratch/jason/t2' > make: *** [check] Error 2 > t2 > > PASSED CC=gcc CXX=g++ configure= > PASSED CC=gcc CXX=g++ configure= --enable-cxx --enable-gmpcompat > FAILED CC=gcc CXX=g++ configure= --enable-cxx --enable-gmpcompat --enable- > assert --enable-alloca=debug > > > the tuning has been done (on mark.skynet) so params should be correct > > > On Wednesday 26 May 2010 20:29:44 Jeff Gilchrist wrote: >> On Wed, May 26, 2010 at 3:00 AM, Minh Nguyen <[email protected]> wrote: >> > MPIR 2.1.0-rc1 was released on 25th May 2010. >> >> Here are some testing results with: configure -enable-cxx; make; make >> check. >> >> - Linux 64bit - Core2 - icc (ICC) 11.0 20090318 >> All tests passed >> >> - Linux 64bit - Core2 - gcc version 4.1.2 20080704 >> All tests passed >> >> - Linux 64bit - Itanium2 - icc (ICC) 11.0 20090318 >> All tests passed >> >> - Linux 64bit - Itanium2 - gcc version 4.1.2 20070115 >> All tests passed >> >> - Linux 64bit - K8 - gcc version 3.4.6 20060404 >> All tests passed >> >> Jeff. > > -- > You received this message because you are subscribed to the Google Groups > "mpir-devel" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/mpir-devel?hl=en. > > -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
