mpz_invert returns wrong result

Benjamin Eltzner b.eltzner at gmx.de
Sat Apr 12 21:53:25 UTC 2014


Hi,

I potentially found a bug in version 6.0.0 of gmp. Here is the required
information:

* I run Debian unstable amd64 and use the packaged version 6.0.0 of gmp.
  (package version number: 2:6.0.0+dfsg-2)
* A test program is appended.
* The return value of mpz_invert is wrongly different from 0, when the
  inverse cannot be calculated (cf. documentation, section 5.9). In the
  example, the modulus by 1 yields 0, which cannot be inverted. Thus,
  the result should be 0 but is 1.
* ~$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-19'
--with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib
--enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --disable-libmudflap --enable-plugin
--with-system-zlib --disable-browser-plugin --enable-java-awt=gtk
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre
--enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64
--with-arch-directory=amd64
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc
--enable-multiarch --with-arch-32=i586 --with-abi=m64
--with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Debian 4.8.2-19)
* ~$ uname -a
Linux this 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64 GNU/Linux

I hope this information is sufficient. If you need any more information,
I will gladly provide it. Hopefully this serves to identify and solve
the problem.


Best wishes,

Benjamin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpz_invert_bug.c
Type: text/x-csrc
Size: 845 bytes
Desc: not available
URL: <https://gmplib.org/list-archives/gmp-bugs/attachments/20140412/37c2742a/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 880 bytes
Desc: OpenPGP digital signature
URL: <https://gmplib.org/list-archives/gmp-bugs/attachments/20140412/37c2742a/attachment-0001.bin>


More information about the gmp-bugs mailing list