------- Comment #13 from burnus at gcc dot gnu dot org 2009-06-22 14:32 ------- > + else > + mpz_set_si (size, 1);
Too quick. That should be: mpz_init_set_si or mpz_init_set_ui; the _init_ was missing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40472