------- Comment #9 from dominiq at lps dot ens dot fr  2008-06-28 14:38 -------
Should not

+         mpz_init_set (f->shape[0], a->shape[1]);

be

+         mpz_init_set (f->shape[0], a->shape[0]);

?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36341

Reply via email to